show git status in nerdtree

This commit is contained in:
Morgan Wattiez 2019-11-09 14:55:51 +01:00
parent 433aff9c31
commit 0d9df48b1a

View File

@ -45,6 +45,8 @@ Plugin 'tpope/vim-fugitive'
Plugin 'scrooloose/nerdtree' Plugin 'scrooloose/nerdtree'
" A Vim plugin which shows a git diff in the gutter (sign column) and stages/undoes hunks and partial hunks. " A Vim plugin which shows a git diff in the gutter (sign column) and stages/undoes hunks and partial hunks.
Plugin 'airblade/vim-gitgutter' Plugin 'airblade/vim-gitgutter'
" A plugin of NERDTree showing git status
Plugin 'Xuyuanp/nerdtree-git-plugin'
" All of your Plugins must be added before the following line " All of your Plugins must be added before the following line
call vundle#end() call vundle#end()