Correction on vim install script

This commit is contained in:
Nathan Schneider
2025-01-07 08:29:20 -07:00
parent 095e71a72e
commit 4388946a16
+1 -1
View File
@@ -9,4 +9,4 @@ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
# install plugins
nvim -c "PlugInstall" -c "q"
nvim -c "PlugInstall" -c "qa!"