一、下载Pydiction
mkdir ~/.vim
mkdir ~/.vim/bundle
cd ~/.vim/bundle
git clone https://github.com/rkulla/pydiction.git
二、配置Pydiction
cp -r ~/.vim/bundle/pydiction/after/ ~/.vim
三、新建.vimrc文件
filetype plugin on
let g:pydiction_location = '~/.vim/bundle/pydiction/complete-dict'
let g:pydiction_menu_height = 3
成功啦~~
点个赞呗~