@
mengyang 我安裝的插件:
Bundle 'gmarik/vundle'
Bundle 'Lokaltog/vim-easymotion'
Bundle 'Lokaltog/vim-powerline'
Bundle 'scrooloose/nerdtree'
Bundle 'jistr/vim-nerdtree-tabs'
Bundle 'altercation/vim-colors-solarized'
Bundle 'Shougo/neocomplcache'
Bundle 'mattn/zencoding-vim'
Bundle 'groenewege/vim-less'
Bundle 'scrooloose/syntastic'
Bundle 'tpope/vim-markdown'
Bundle 'vim-scripts/bufexplorer.zip'
有很多vim的插件管理器可以很方便地管理插件,比如Vundle(
https://github.com/gmarik/vundle),你只需要在.vimrc中设置你需要的插件,然后就可以用Vundle安装它们了。当你更换工作环境时只需要安装Vundle,然后把你之前的.vimrc文件拷贝过来就行了。我的.vimrc放在Github中,上面写了安装方法:
https://github.com/luin/dotfiles另外这个页面推荐的一些插件中,有很多开发C程序时都挺实用的:
http://edyfox.codecarver.org/html/vimplugins.html