forked from extern/nix-config
Add base vim plugin installation to install.sh
This commit is contained in:
parent
51291c9b62
commit
af7bd237ad
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user