mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
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:
parent
b3519b2cd2
commit
fb20cb3620
@ -19,5 +19,8 @@ sudo -n dnf install -y make fedpkg
|
|||||||
# Run make
|
# Run make
|
||||||
make
|
make
|
||||||
|
|
||||||
|
# Run vim for the first time (i.e. install plugins and exit)
|
||||||
|
nvim
|
||||||
|
|
||||||
# Revoke privileges
|
# Revoke privileges
|
||||||
sudo -K
|
sudo -K
|
||||||
|
Loading…
Reference in New Issue
Block a user