Vim插件安装

一、常用的插件

sudo apt-get install vim vim-scripts vim-doc
sudo apt-get install ctags
sudo apt-get install vim-addon-manager
vim-addons install omnicppcomplete
sudo apt-get install build-essential
vim-addons install taglist
vim-addons install winmanager
vim-addons install minibufexplorer
vim-addons install project
sudo apt-get install cscope

二、spf13

spf13 github

https://github.com/spf13/spf13-vim

官网

http://vim.spf13.com/

三、将Vim改造为强大的IDE—Vim集成Ctags/Taglist/Cscope/Winmanager/NERDTree/OmniCppComplete(有图有真相)

http://www.cnblogs.com/zhangsf/archive/2013/06/13/3134409.html

原文地址:https://www.cnblogs.com/dirt2/p/5752189.html