From 01b14b161d37b131236dc112a4fd685a9283723a Mon Sep 17 00:00:00 2001 From: jdhao Date: Fri, 19 Jun 2020 01:07:31 +0800 Subject: [PATCH] Update nerdtree repo name --- plugins.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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')