dotfiles/vim/install

9 lines
169 B
Plaintext
Raw Normal View History

2018-06-27 16:34:11 +00:00
#!/usr/bin/env bash
2018-06-27 16:50:15 +00:00
echo "Updating/cleaning Vim plugins."
2018-06-27 16:34:11 +00:00
2018-06-27 23:37:05 +00:00
source ~/.vimrc
2018-06-27 16:34:11 +00:00
# Thanks for greywh in #vim for this tip
2018-06-27 23:37:05 +00:00
vim -e -c ':PlugInstall' -c ':PlugClean' -c ':qa!'