fedora: Install vim plugins during bootstrap.sh

This makes it possible to immediately use vim with all the plugins
installed after running bootstrap.sh, no intervention needed.
This commit is contained in:
Donovan Glover 2018-11-18 03:35:39 -05:00
parent b3519b2cd2
commit fb20cb3620
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -19,5 +19,8 @@ sudo -n dnf install -y make fedpkg
# Run make
make
# Run vim for the first time (i.e. install plugins and exit)
nvim
# Revoke privileges
sudo -K