neovim: fixed plug directory
This commit is contained in:
parent
9a23a5c52d
commit
44de133c77
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")) || filereadable(expand("~/.local/share/nvim/site/plugin/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/autoload/plug.vim"))
|
||||||
|
|
||||||
call plug#begin('~/.vim/plugged')
|
call plug#begin('~/.vim/plugged')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue