Add configure-nvim.sh
This commit is contained in:
parent
40ae4c3b3f
commit
15c0c64a36
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/sh
|
||||||
|
set -e
|
||||||
|
|
||||||
|
curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
|
||||||
|
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||||
|
nvim -E -c PlugInstall -c qall
|
Loading…
Reference in New Issue