python补全插件

2.解压pydiction
3/创建~/.vim/after/ftplugin/ 文件夹
4.complete-dict(字典文件) python_pydiction.vim 文件 拷贝到 ~/.vim/after/ftplugin/
5 在 ~/.vimrc 中添加
 
"pydiction 1.2 python auto complete自动补全插件
filetype plugin on
let g:pydiction_location = '~/.vim/after/ftplugin/complete-dict'
"defalut g:pydiction_menu_height == 15
"let g:pydiction_menu_height = 20
按TAB补全效果

猜你喜欢

转载自vergilwang.iteye.com/blog/2011369