1. Introduction:
The installation requires GIT, which triggers the git clone
default to copy every repository that specifies a specific format plugin to ~/.vim/bundle/
. The search requires curl support.
For Windows users, visit Windows Setup directly. If you have any questions, please refer to the FAQ. View tips for Advanced configuration.
Using non-posix shells, such as a more popular pair of Fish shells, requires additional steps. Please check the FAQ.
2. Initial installation Vundle:
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/vundle.vim
3. Configure the plugin:
Please add the following to .vimrc
use Vundle. Delete the plugins you don't need, and these are just examples.
Vim ~/.VIMRC
Enter the following content
SetNocompatible "Remove VI consistency, must filetype off"must be"Setup includes vundle and initialization related runtime Pathset Rtp+=~/.vim/bundle/vundle.vimcall vundle#begin ()"Another option,specify a path to the Vundle installation plug-in"Call vundle#begin (' ~/some/path/here ')"Let Vundle manage the plugin version,must plugin ' Vundlevim/vundle.Vim '"all your plugins need to be here before this linePagervundle#End() "must filetype plugin indent on"vim must be loaded with the appropriate syntax and file type related scripts for the plugin"Ignore the plugin change indentation, you can use the following substitution:"FileType Plugin on""Brief Help documentation":P luginlist-List all configured plugins":P Lugininstall-Install plugins, append '! ' to update or use:P luginupdate":P luginsearch foo-search foo; append '! ' to clear local cache":P Luginclean-Remove unused plugins, need to confirm;append '! ' to automatically approve the removal of unused pluginsThe lookup: HVundle for more details and wikis and FAQs"Put yourself on a non-plugin fragment after this line
4, install the plug-in:
Run vim
and run again
:P Lugininstall
Or install directly from the command line
Vim +plugininstall +qall
5. Description
The installation method of the ①vundle is often changed, preferably with the official installation instructions.
② feel that no plug-ins may be more cool, especially if you are familiar with the shortcut keys under the premise of faster operation.
Reference:
Https://github.com/VundleVim/Vundle.vim (official)
http://www.jianshu.com/p/a0b452f8f720
http://zuyunfei.com/2013/05/16/killer-plugin-of-vim-youcompleteme/
Http://www.cnblogs.com/chijianqiang/archive/2012/11/06/vim-3.html
http://zuyunfei.com/2013/04/12/killer-plugin-of-vim-vundle/
http://yuez.me/jiang-ni-de-vim-da-zao-cheng-qing-qiao-qiang-da-de-ide/
Https://coolshell.cn/articles/5426.html
http://blog.csdn.net/jack__cj/article/details/52671312
http://blog.vgod.tw/2009/12/08/vim-cheat-sheet-for-programmers/
Configuring Vim's plugins using Vundle management