Update to support version of plugin
This commit is contained in:
parent
26684c38a1
commit
1be503a5a9
1 changed files with 1 additions and 1 deletions
2
plug.vim
2
plug.vim
|
@ -3,7 +3,7 @@ call plug#begin("~/.config/nvim/plugged")
|
||||||
" look for .editorconfig and merge into vim settings
|
" look for .editorconfig and merge into vim settings
|
||||||
Plug 'editorconfig/editorconfig-vim'
|
Plug 'editorconfig/editorconfig-vim'
|
||||||
" file and dir browser
|
" file and dir browser
|
||||||
Plug 'scrooloose/nerdtree'
|
Plug 'preservim/nerdtree'
|
||||||
" git support for nerdtree
|
" git support for nerdtree
|
||||||
Plug 'Xuyuanp/nerdtree-git-plugin'
|
Plug 'Xuyuanp/nerdtree-git-plugin'
|
||||||
" syntax checking on steroids
|
" syntax checking on steroids
|
||||||
|
|
Loading…
Reference in a new issue