From 0d9df48b1a91e08c2a6290aad0a77574aeae369f Mon Sep 17 00:00:00 2001 From: Morgan Wattiez Date: Sat, 9 Nov 2019 14:55:51 +0100 Subject: [PATCH] show git status in nerdtree --- dot_vimrc | 2 ++ 1 file changed, 2 insertions(+) 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()