diff --git a/plug.vim b/plug.vim index 67799ba..28f1e4a 100644 --- a/plug.vim +++ b/plug.vim @@ -4,6 +4,8 @@ call plug#begin("~/.config/nvim/plugged") Plug 'editorconfig/editorconfig-vim' " file and dir browser Plug 'scrooloose/nerdtree' +" git support for nerdtree +Plug 'Xuyuanp/nerdtree-git-plugin' " syntax checking on steroids Plug 'scrooloose/syntastic' " integrate ripgrep, especially to be able to open matches, hugely useful for