Change install mode for vim.

This commit is contained in:
Jeff Lance 2018-06-28 01:37:05 +02:00
parent 328036caac
commit 64fdbd032a

View File

@ -2,10 +2,7 @@
echo "Updating/cleaning Vim plugins."
source ~/.vimrc
# Thanks for greywh in #vim for this tip
vim -E -s -c '<<-EOF
:source ~/.vimrc
:PlugInstall
:PlugClean
:qa!
EOF'
vim -e -c ':PlugInstall' -c ':PlugClean' -c ':qa!'