Skip to content

Commit

Permalink
Update username of NERDTree plugin (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
leggiero committed Sep 5, 2022
1 parent d94d234 commit f308ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ call plug#end()

```vim
" NERD tree will be loaded on the first invocation of NERDTreeToggle command
Plug 'scrooloose/nerdtree', { 'on': 'NERDTreeToggle' }
Plug 'preservim/nerdtree', { 'on': 'NERDTreeToggle' }
" Multiple commands
Plug 'junegunn/vim-github-dashboard', { 'on': ['GHDashboard', 'GHActivity'] }
Expand Down

0 comments on commit f308ef3

Please sign in to comment.