Pydiction can be we use the TAB key to automatically complement the Python code in Vim, is a very good plugin.
Download pydiction
mkdir ~/.VIMMKIDR ~/.VIM/TOOLSCD ~/.vim/tools# can be downloaded first and put into the Ubuntu system git clone https://github.com/rkulla/pydiction.git
Configure Pydiction
#-unix/linux/osx:put Python_pydiction.vim in ~/.vim/after/ftplugin/#-windows:put Python_pydiction.vim in C:\vim\ vimfiles\ftplugin# assuming installed Vim to C:\vimcp-r ~/.vim/tools/pydiction/after/~/.vim
Open the VIMRC file and add the following configuration in VIMRC
#打开vimrc文件vim ~/.vimrc# Add the following configuration filetype plugin onlet g:pydiction_location = ' ~/.vim/tools/pydiction/complete-dict ' let G :p Ydiction_menu_height = 3
You can use auto-completion.
Interested can refer to:
http://rkulla.github.io/pydiction/
Ubuntu 16.04.2 LTS installs Python vim auto-complete tool pydiction