From fb20cb36206bfe3b622c2f6640e47798ee69737b Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Sun, 18 Nov 2018 03:35:39 -0500 Subject: [PATCH] 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. --- .fedora/bootstrap.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.fedora/bootstrap.sh b/.fedora/bootstrap.sh index 3293d36..7200da3 100755 --- a/.fedora/bootstrap.sh +++ b/.fedora/bootstrap.sh @@ -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