1
0
forked from extern/nix-config

Add base vim plugin installation to install.sh

This commit is contained in:
Donovan Glover 2017-11-21 18:17:42 -05:00
parent 51291c9b62
commit af7bd237ad
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -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