[vim] more plugin

This commit is contained in:
Mathieu Maret 2014-08-13 13:39:55 +02:00 committed by Mathieu Maret
parent cf8ff975b1
commit 8d9a28b8b8
1 changed files with 13 additions and 0 deletions

13
.vimrc
View File

@ -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'