aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2020-06-19 01:07:31 +0800
committerjdhao <jdhao@hotmail.com>2020-06-19 01:07:31 +0800
commit01b14b161d37b131236dc112a4fd685a9283723a (patch)
tree2c9e614d6e534d0544cb8c20bf583679cc6bf36b
parenteab64cd5fbc2ba0cece5c7a9ce62d0922266a0aa (diff)
Update nerdtree repo name
-rw-r--r--plugins.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins.vim b/plugins.vim
index 6e6afa4..3b466a8 100644
--- a/plugins.vim
+++ b/plugins.vim
@@ -131,7 +131,7 @@ endif
"{{ Navigation and tags plugin
" File explorer for vim
-Plug 'scrooloose/nerdtree', { 'on': ['NERDTreeToggle', 'NERDTreeFind'] }
+Plug 'preservim/nerdtree', { 'on': ['NERDTreeToggle', 'NERDTreeFind'] }
" Only install these plugins if ctags are installed on the system
if executable('ctags')