Update to support version of plugin

This commit is contained in:
Thomas Gideon 2020-06-23 12:26:53 -04:00
parent 26684c38a1
commit 1be503a5a9
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ call plug#begin("~/.config/nvim/plugged")
" look for .editorconfig and merge into vim settings
Plug 'editorconfig/editorconfig-vim'
" file and dir browser
Plug 'scrooloose/nerdtree'
Plug 'preservim/nerdtree'
" git support for nerdtree
Plug 'Xuyuanp/nerdtree-git-plugin'
" syntax checking on steroids