From af7bd237ada9e237d8cf2da821b6ceb2c6514500 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Tue, 21 Nov 2017 18:17:42 -0500 Subject: [PATCH] Add base vim plugin installation to install.sh --- install.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/install.sh b/install.sh index aec1320e..183b64f3 100644 --- a/install.sh +++ b/install.sh @@ -41,5 +41,10 @@ fi # TODO: Clean up and final changes for the new system +# Install all the vim plugins +# TODO: Download vim-plug before this so :PlugInstall works +# TODO: Ensure that this works during the install process +vim +PlugInstall +qall + umount /mnt # Unmount the filesystem reboot # Restart the system