vim: add gitgutter and fugitive plugins

master
Guillaume DOTT 2013-03-06 13:38:49 +01:00
parent 05dabb2508
commit 504a05c233
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,9 @@ if filereadable(expand("$HOME/.vim/bundle/vundle/README.md"))
Bundle 'Lokaltog/vim-easymotion'
Bundle 'ton/vim-bufsurf'
Bundle 'airblade/vim-gitgutter'
Bundle 'tpope/vim-fugitive'
Bundle 'Gundo'
Bundle 'The-NERD-tree'
Bundle 'The-NERD-Commenter'
@ -231,6 +234,8 @@ endfunc
" MISC
" {
" Required for vim-gitgutter signcolumn
highlight clear SignColumn
" Every spaces/tabs at the end of line will be highlighted.
au BufWinEnter * let w:m2=matchadd('ErrorMsg', '\s\+$', -1)
" autocmd BufWrite * silent! %s/[\r \t]\+$//