"Notes" Ubuntu installation Vim plugin compilation

Source: Internet
Author: User

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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.