vim啓用自帶插件配置

linux系統目錄/usr/share/vim/vim74/autoload下列出vim安裝完成後自帶的一些插件,若是須要啓用這些插件須要在~/.vimrc中進行配置,好比:配置python插件啓用, 必須保證編譯安裝 VIM 的時候啓用了 Python 特性, 即./configure --with-features=huge --enable-pythoninterp=yes,由於,pythoncomplete.vim 是用 python 寫的。.vimrc文件中添加    
python

filetype plugin on
autocmd FileType python set omnifunc=pythoncomplete#Complete
兩行配置                                                                 
linux

相關文章
相關標籤/搜索