Add git support for nerdtree
This commit is contained in:
parent
6f5d649c3c
commit
8ae601f4dd
1 changed files with 2 additions and 0 deletions
2
plug.vim
2
plug.vim
|
@ -4,6 +4,8 @@ call plug#begin("~/.config/nvim/plugged")
|
||||||
Plug 'editorconfig/editorconfig-vim'
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
" file and dir browser
|
" file and dir browser
|
||||||
Plug 'scrooloose/nerdtree'
|
Plug 'scrooloose/nerdtree'
|
||||||
|
" git support for nerdtree
|
||||||
|
Plug 'Xuyuanp/nerdtree-git-plugin'
|
||||||
" syntax checking on steroids
|
" syntax checking on steroids
|
||||||
Plug 'scrooloose/syntastic'
|
Plug 'scrooloose/syntastic'
|
||||||
" integrate ripgrep, especially to be able to open matches, hugely useful for
|
" integrate ripgrep, especially to be able to open matches, hugely useful for
|
||||||
|
|
Loading…
Reference in a new issue