[vim] more plugin
This commit is contained in:
parent
cf8ff975b1
commit
8d9a28b8b8
13
.vimrc
13
.vimrc
@ -25,6 +25,7 @@
|
||||
" M-up/down vertical size
|
||||
" Use snippets with tab e.g : for <tab> (see .vim/snippets for available
|
||||
" snippets)
|
||||
" gc to comment out
|
||||
|
||||
"""""""""""
|
||||
" GENERAL "
|
||||
@ -435,9 +436,21 @@ Plugin 'gmarik/vundle'
|
||||
" plugin from github
|
||||
Plugin 'airblade/vim-gitgutter'
|
||||
Plugin 'tpope/vim-fugitive'
|
||||
Plugin 'tpope/vim-commentary'
|
||||
" language pack
|
||||
Plugin 'sheerun/vim-polyglot'
|
||||
" color even for terminal without gui...
|
||||
" Plugin 'vim-scripts/CSApprox'
|
||||
" Same as gitgutter but for other cvs
|
||||
"Plugin mhinz/vim-signify
|
||||
|
||||
Plugin 'garbas/vim-snipmate'
|
||||
|
||||
" More Snippets :
|
||||
"Plugin 'tomtom/tlib_vim'
|
||||
"Plugin 'MarcWeber/vim-addon-mw-utils'
|
||||
"Plugin 'honza/vim-snippets'
|
||||
|
||||
" Python completion
|
||||
Plugin 'klen/python-mode'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user