Add Vim plugin handling to the software-install.sh script.
This commit is contained in:
parent
feccba175d
commit
0fe32453d8
|
@ -108,4 +108,10 @@ else
|
|||
fi
|
||||
#-------------------------------
|
||||
|
||||
#-------------------------------
|
||||
# Ensure Vim plugins are up-to-date
|
||||
#-------------------------------
|
||||
vim +PluginInstall +PluginUpdate +qall
|
||||
#-------------------------------
|
||||
|
||||
exit 0
|
||||
|
|
Loading…
Reference in a new issue