From 0fe32453d80bbca4a4f64f2473e3b6af128a26ea Mon Sep 17 00:00:00 2001 From: Scott Wallace Date: Mon, 7 Mar 2016 08:15:55 +0000 Subject: [PATCH] Add Vim plugin handling to the software-install.sh script. --- bin/software-install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/software-install.sh b/bin/software-install.sh index 14cc318..ddbbe6e 100755 --- a/bin/software-install.sh +++ b/bin/software-install.sh @@ -108,4 +108,10 @@ else fi #------------------------------- +#------------------------------- +# Ensure Vim plugins are up-to-date +#------------------------------- +vim +PluginInstall +PluginUpdate +qall +#------------------------------- + exit 0