Ubuntu 16.04.2 LTS installs Python vim auto-complete tool pydiction

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.