python vim 自动补全

mkdir -pv ~/.vim/bundle
cd  ~/.vim/bundle
git clone https://github.com/rkulla/pydiction.git

cp -r ~/.vim/bundle/pydiction/after/  ~/.vim

echo 'filetype plugin on' >  ~/.vimrc

echo  'let g:pydiction_location = "~/.vim/bundle/pydiction/complete-dict"'>>  ~/.vimrc

echo 'let g:pydiction_menu_height = 3' >> ~/.vimrc

你可能感兴趣的:(linux,python运维工具)