推荐使用Neovim,我的配置:https://github.com/beiyuu/nvim-config
- 安装Vundle:
git clone http://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
- 安装插件:
:BundleInstall
- 更新插件:
:BundleInstall!
- 卸载不在列表中的插件:
:BundleClean"
更多插件:http://vim-scripts.org/vim/scripts.html
我用了YouCompleteMe自动补全插件,有些麻烦,官方指南:http://valloric.github.com/YouCompleteMe/
也可参考我的博客:Git时代的VIM不完全使用教程