Add tpope/vim-fugitive for Git (https://github.com/tpope/vim-fugitive).

This commit is contained in:
gardouille 2015-08-18 17:24:50 +02:00
parent 0c22618c47
commit e766e0bc8a

3
vimrc
View File

@ -237,6 +237,9 @@ Plugin 'Townk/vim-autoclose'
" REQUIREMENTS: (exuberant)-ctags
Plugin 'majutsushi/tagbar'
" Git wrapper inside Vim
Plugin 'tpope/vim-fugitive'
" Finish Vundle stuff
call vundle#end()