Correction on vim install script
This commit is contained in:
@@ -9,4 +9,4 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.
|
|||||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
|
||||||
|
|
||||||
# install plugins
|
# install plugins
|
||||||
nvim -c "PlugInstall" -c "q"
|
nvim -c "PlugInstall" -c "qa!"
|
||||||
|
|||||||
Reference in New Issue
Block a user