aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rwxr-xr-xinstall.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/install.sh b/install.sh
index 466469e..f99e267 100755
--- a/install.sh
+++ b/install.sh
@@ -163,8 +163,9 @@ stow $verbose_args $simulate $@
if $nvim; then
need nvim
- # Update Packer plugins
- nvim --headless -c 'autocmd User PackerComplete quitall' -c 'PackerSync'
- # Update Mason packages
+ # Update plugins
+ nvim --headless "+Lazy! sync" +qa
+
+ # Update LSP servers
nvim --headless -c 'autocmd User MasonUpdateAllComplete quitall' -c 'MasonUpdateAll'
fi