Change install mode.

This commit is contained in:
Jeff Lance 2018-06-27 21:58:35 +02:00
parent b637165363
commit 328036caac
2 changed files with 2 additions and 2 deletions

View File

@ -4,5 +4,5 @@
- shell: - shell:
- [ - [
vim/install, "Updating and cleaning Vim plugins." ~/.vim/install, "Updating and cleaning Vim plugins."
] ]

View File

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