Add git support, specifically for airline.

This commit is contained in:
Thomas Gideon 2015-03-26 23:06:45 -04:00
parent ee200117da
commit 379e53be89

View file

@ -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