# cat ~/.vimrc
filetype plugin on
let g:pydiction_location ='~/.vim/tools/pydiction/complete-dict'

实现按下tab补齐python函数

 Autocomplpop 插件安装实现自动提示