Make vim auto-update plugins on install

This commit is contained in:
Jono Targett 2022-01-13 18:11:50 +10:30
parent f1ab88602d
commit d45bebc103

View File

@ -22,6 +22,11 @@ function symlink() {
done
}
rm -rf ./.vim/plugged
backup
symlink
# Make vim update the plugins before we ever start it
vim -nN -c "PlugUpdate" -c q