From 379e53be89478d46d21312af3e38c0a9bcd8cd02 Mon Sep 17 00:00:00 2001 From: Thomas Gideon Date: Thu, 26 Mar 2015 23:06:45 -0400 Subject: [PATCH] Add git support, specifically for airline. --- vundle.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vundle.vim b/vundle.vim index 02016d8..92a08fa 100644 --- a/vundle.vim +++ b/vundle.vim @@ -30,6 +30,8 @@ Plugin 'scrooloose/nerdtree' " re-factoring Plugin 'mileszs/ack.vim' Plugin 'bling/vim-airline' +" git integration +Plugin 'tpope/vim-fugitive' " All of your Plugins must be added before the following line call vundle#end() " required