nvim: updated loadpath for plug
This commit is contained in:
parent
6bb4d698b1
commit
502fc21f8f
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
" vim-plug plugin manager
|
" vim-plug plugin manager
|
||||||
|
|
||||||
if filereadable(expand("~/.vim/autoload/plug.vim")) || filereadable(expand("~/.config/nvim/autoload/plug.vim")) || filereadable(expand("~\vimfiles\autoload\plug.vim"))
|
if filereadable(expand("~/.vim/autoload/plug.vim")) || filereadable(expand("~/.config/nvim/autoload/plug.vim")) || filereadable(expand("~\vimfiles\autoload\plug.vim")) || filereadable(expand("~/.local/share/nvim/site/plugin/plug.vim"))
|
||||||
|
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue