diff options
| author | jdhao <jdhao@hotmail.com> | 2020-06-19 01:07:31 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-06-19 01:07:31 +0800 |
| commit | 01b14b161d37b131236dc112a4fd685a9283723a (patch) | |
| tree | 2c9e614d6e534d0544cb8c20bf583679cc6bf36b /plugins.vim | |
| parent | eab64cd5fbc2ba0cece5c7a9ce62d0922266a0aa (diff) | |
Update nerdtree repo name
Diffstat (limited to 'plugins.vim')
| -rw-r--r-- | plugins.vim | 2 |
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') |
