aboutsummaryrefslogtreecommitdiff
path: root/install-plugins.sh
blob: 98852438c35570fb1c77938ceca768ffa7d35639 (plain)
1
2
3
4
5
6
#!/usr/bin/env bash

# This script is simply for automating the downloading of the vim plugins
echo "Installing Plugins"
vim -i NONE -c PlugInstall -c quitall > /dev/null 2>&1
echo "Done Installling Plugins"