dotfiles/vim/install
2018-06-28 20:53:56 +02:00

9 lines
169 B
Bash
Executable File

#!/usr/bin/env bash
echo "Updating/cleaning Vim plugins."
source ~/.vimrc
# Thanks for greywh in #vim for this tip
vim -e -c ':PlugInstall' -c ':PlugClean' -c ':qa!'