This commit is contained in:
Luke Smith 2019-01-15 09:46:55 -05:00
parent 86609ea8b0
commit 1f01d0669e
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -198,7 +198,7 @@ putgitrepo "https://github.com/LukeSmithxyz/mozillarbs.git" "/home/$name/.mozill
[ -f /usr/bin/pulseaudio ] && resetpulse
# Install vim `plugged` plugins.
dialog --infobox "Installing vim plugins..." 4 50
dialog --infobox "Installing (neo)vim plugins..." 4 50
(sleep 30 && killall nvim) &
sudo -u "$name" nvim -E -c "PlugUpdate|visual|q|q" >/dev/null 2>&1