Add git support, specifically for airline.
This commit is contained in:
parent
ee200117da
commit
379e53be89
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue