Thanks to Czloveyeer's forwarding and revelation, I experimented on his basis and changed the original link http://blog.csdn.net/czloveyeer/article/details/8076284
Operating platform: Ubuntu LTS 12.04
0. First you have to have VIM version 7.3 or more
1. First install the exuberant CATGS:
sudo apt-get install Exuberant-ctags
2. Install the Vundle to install the VIM plug-in, like APT and other software installation packages
git clone http://github.com/gmarik/vundle.git $HOME/.vim/bundle/vundle
3. Get the Ivim configuration file:
git clone http://github.com/kepbod/ivim.git $HOME/ivim
(then carefully read the Readme file in the $home/ivim folder manual Installation section, as you can, here is also listed)
4. Make symbolic links of VIMRC to your home directory,
Ln-s $HOME/IVIM/VIMRC $HOME/.VIMRC
3. Install Neobundle to install and update plugins,
git clone git://github.com/shougo/neobundle.vim.git $HOME/.vim/bundle/neobundle.vim
4. Installing plugins
In the $home/.vim/bundle/neobundle.vim/bin/folder, use the command
Neoinstall >/dev/null 2>&1
5. Use Vim to open a file, preferably a C file
The terminal will prompt:
Not installed bundles: [' nerdcommenter ', ' vim-multiple-cursors ', ' vim-surround ', ' emmet-vim ', ' Vim-pasta ', ' Vim-abolish ', ' latex-box ', ' splitjoin.vim ', ' Vim-hybrid ', ' hardmode ', ' vim-startify ', ' unite.vim ', ' vim-speeddating ', ' Tabular ', ' vim-indent-guides ', ' hammer.vim ', ' vim-fugitive ', ' vim-tmuxify ', ' nerdtree ', ' Gitv ', ' vim-rails ', ' Delimitmate ', ' vim-airline ', ' vim-bufferline ', ' vim-gitgutter ', ' vim-nerdtree-tabs ', ' singlecompile ', ' Vim-easymotion ', ' limelight.vim ', ' goyo.vim ', ' golden-ratio ', ' vim-repeat ', ' neosnippet.vim ', ' neocomplcache.vim ', ' Investigate.vim ', ' undotree ', ' camelcasemotion ', ' neosnippet-snippets ', ' targets.vim ', ' syntastic ', ' Tagbar ', ' Base16-vim ', ' vim-matchit ', ' vim-colors-solarized ', ' vim-snippets ', ' vim-unimpaired ', ' unite-outline ', ' Vim-polyglot ' ']
Install bundles now?
enter Y to start installing all plugins
# # After a few days I will carefully study a list of the plug-ins listed above, and write to the blog.
"Notes" Ubuntu installation Vim plugin compilation