Fixed nvim
This commit is contained in:
parent
fc04e46c9f
commit
1ecdfb6afb
2
init.vim
2
init.vim
|
@ -3,7 +3,7 @@ set nocompatible
|
||||||
|
|
||||||
" If plug is not installed, install it
|
" If plug is not installed, install it
|
||||||
if empty(glob('~/.config/nvim/autoload/plug.vim'))
|
if empty(glob('~/.config/nvim/autoload/plug.vim'))
|
||||||
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
|
silent !curl -fLo ~/.config/nvim/autoload/plug.vim --create-dirs
|
||||||
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
|
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
|
||||||
endif
|
endif
|
||||||
|
|
Loading…
Reference in New Issue