summaryrefslogtreecommitdiffstatshomepage
path: root/nvim/install.sh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-28 11:06:35 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-28 11:06:35 -0500
commit8787612a3c73a7212f6b528aeff0b9262108a446 (patch)
tree6a50c94dad7d527aeac04daabef537b5bbf872b7 /nvim/install.sh
parent7c084f40548733282ba487f198415374662eacc8 (diff)
build(nvim): clean plugins on install
Diffstat (limited to 'nvim/install.sh')
-rwxr-xr-xnvim/install.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/install.sh b/nvim/install.sh
index 8f62a27..106125f 100755
--- a/nvim/install.sh
+++ b/nvim/install.sh
@@ -9,6 +9,7 @@ say() {
# Update plugins
say "Updating plugins to lock-file"
nvim --headless -c 'Lazy! restore' -c qa
+nvim --headless -c 'Lazy! clean' -c qa
# Update LSP servers
say "Updating LSP servers"