Vim Plug-in list
Warehouse Address Basics
Plug-in |
Use |
gmarik/vundle, L9 |
package Management |
the-nerd-tree |
directory tree |
Ctrlpvim/ctrlp.vim, Dyng/ctrlsf.vim |
Quick Search |
bling/vim-airline |
status bar beautification |
zenorocha/dracula-theme ', {' RTP ': ' vim/'} |
color |
terryma/vim-multiple-cursors.git |
multiple cursors |
Rking/ag.vim, dkprice/vim-easygrep ' |
search |
lokaltog/vim-easymotion |
search location |
Plugin ' tasklist.vim |
task List |
Mbbill/undotree |
undo Modification |
yggdroot/indentline |
indentation hint |
Kien/rainbow_parentheses.vim |
bracket highlighting |
jiangmiao/auto-pairs,surround.vim |
bracket fill |
terryma/vim-expand-region |
Extended Select area |
Development
Plug-in |
Use |
Editorconfig/editorconfig-vim |
Code style |
Mattn/gist-vim, Tpope/vim-fugitive, Airblade/vim-gitgutter |
Git |
Scrooloose/nerdcommenter |
Code comments |
Valloric/youcompleteme |
Intelligent completion |
Scrooloose/syntastic |
Code checking |
Chiel92/vim-autoformat |
Code formatting |
Honza/vim-snippets |
Code Snippet Hints |
Rizzatti/dash.vim, Kabbamine/zeavim.vim |
Help document |
Doxygentoolkit.vim |
Annotation tool |
Tagbar |
Code navigation |
Gtags.vim |
Global navigation |
A.vim |
Header file and source file quick Jump |
Fatih/vim-go |
Go |
Vim-flake8 |
Python |
Mattn/emmet-vim |
Web |
"Package Management Plugin ' Gmarik/vundle ' Plugin ' L9 '" Plugin ' junegunn/vim-plug ' "directory tree Plugin ' the-nerd-tree '" Quick Search Plugin ' Fuzzyfinder ' Plugin ' ctrlpvim/ctrlp.vim ' Plugin ' dyng/ctrlsf.vim ' status bar if! Has (' python ') Plugin ' Bling/vim-airline ' ElseIf has (' mac ') source/usr/local/lib/python2.7/site-packages/powerline /bindings/vim/plugin/powerline.vim Set laststatus=2 Else source/usr/lib/python2.7/site-packages/powerline/binding
S/vim/plugin/powerline.vim endif "plugin ' lokaltog/vim-powerline.git '" Multiple cursors plugin ' terryma/vim-multiple-cursors.git ' "Theme Color" Plugin ' Molokai ' Plugin ' Zenorocha/dracula-theme ', {' RTP ': ' vim/'} ' Plugin ' Tango.vim ' "Search location Plugin ' lokaltog/ Vim-easymotion ' Search Plugin ' rking/ag.vim ' Plugin ' dkprice/vim-easygrep ' task List Plugin ' Tasklist.vim ' ' Undo Tree Plugin ' mbbill/u Ndotree ' "Indentation hint Plugin ' yggdroot/indentline '" Plugin ' nathanaelkane/vim-indent-guides ' "bracket highlighting Plugin ' Kien/rainbow_ Parentheses.vim ' "Brackets complement Plugin ' jiangmiao/auto-pairs ' Plugin ' Surround.vim '" Extended selection area Plugin ' terryma/vIm-expand-region ' editorconfig Plugin ' editorconfig/editorconfig-vim ' header file and source file quick Jump Plugin ' a.vim ' ' Code check Plugin ' Scrool Oose/syntastic ' "Git Plugin ' mattn/gist-vim ' Plugin ' tpope/vim-fugitive ' Plugin ' ' airblade/vim-gitgutter '" code comment Plugin ' Scrooloose/nerdcommenter ' "Golang Plugin ' fatih/vim-go '" Python Plugin ' Vim-flake8 ' "Web Plugin ' mattn/emmet-vim '" code navigation P Lugin ' Tagbar ' "Global Navigation Plugin ' Gtags.vim '" Help Documentation "Plugin ' Keithbsmiley/investigate.vim ' Plugin ' Doxygentoolkit.vim ' if Has ("Mac") Plugin ' rizzatti/dash.vim ' else Plugin ' kabbamine/zeavim.vim ' endif ' code snippet prompts Plugin ' Honza/vim-snippet
S ' If has ("Python") Plugin ' sirver/ultisnips ' endif code format if has ("Python") Plugin ' Chiel92/vim-autoformat ' endif
"Code hint if v:version < 703 Plugin ' clang-complete ' else Plugin ' valloric/youcompleteme ' endif