plugins - Added NERTTree Git support

This commit is contained in:
Emmanuel BENOîT 2023-06-18 12:11:26 +02:00
parent 6a4f86b634
commit 775866fd96
No known key found for this signature in database
GPG key ID: 2356DC6956CF54EF
2 changed files with 4 additions and 3 deletions

View file

@ -1,3 +0,0 @@
NeoBundle 'Xuyuanp/nerdtree-git-plugin' , {
\ 'depends' : 'scrooloose/nerdtree'
\ }

View file

@ -0,0 +1,4 @@
call dein#add('Xuyuanp/nerdtree-git-plugin', #{
\ lazy: 1,
\ on_source: 'nerdtree',
\ })