Add tpope/vim-fugitive for Git (https://github.com/tpope/vim-fugitive).
This commit is contained in:
parent
0c22618c47
commit
e766e0bc8a
3
vimrc
3
vimrc
|
@ -237,6 +237,9 @@ Plugin 'Townk/vim-autoclose'
|
||||||
" REQUIREMENTS: (exuberant)-ctags
|
" REQUIREMENTS: (exuberant)-ctags
|
||||||
Plugin 'majutsushi/tagbar'
|
Plugin 'majutsushi/tagbar'
|
||||||
|
|
||||||
|
" Git wrapper inside Vim
|
||||||
|
Plugin 'tpope/vim-fugitive'
|
||||||
|
|
||||||
" Finish Vundle stuff
|
" Finish Vundle stuff
|
||||||
call vundle#end()
|
call vundle#end()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue