From e766e0bc8a9eb1e5ee6cd0d36709084b59be16e9 Mon Sep 17 00:00:00 2001 From: Gardouille Date: Tue, 18 Aug 2015 17:24:50 +0200 Subject: [PATCH] Add tpope/vim-fugitive for Git (https://github.com/tpope/vim-fugitive). --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 6551047..eddcede 100755 --- a/vimrc +++ b/vimrc @@ -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()