diff --git a/dot_vimrc b/dot_vimrc index 27f6b37..fcb310f 100644 --- a/dot_vimrc +++ b/dot_vimrc @@ -45,6 +45,8 @@ Plugin 'tpope/vim-fugitive' Plugin 'scrooloose/nerdtree' " A Vim plugin which shows a git diff in the gutter (sign column) and stages/undoes hunks and partial hunks. 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 call vundle#end()