Add configure-nvim.sh

This commit is contained in:
Augusto Gunsch 2021-08-23 18:22:30 -03:00
parent 40ae4c3b3f
commit 15c0c64a36
No known key found for this signature in database
GPG Key ID: F7EEFE29825C72DC
1 changed files with 6 additions and 0 deletions

6
configure-nvim.sh Executable file
View File

@ -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