Add git support for nerdtree

This commit is contained in:
Thomas Gideon 2020-05-11 11:35:52 -04:00
parent 6f5d649c3c
commit 8ae601f4dd
1 changed files with 2 additions and 0 deletions

View File

@ -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