vim cli
using vim on the commandline
install vim-plugins + quit vim when done:
vim -c "PlugInstall" -c "qa"
update vim-plugins + quit vim when done:
vim -c "PlugUpdate" -c "qa"
do something without loading vimrc:
vim -es -u vimrc -i NONE -c "help"