aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/nvim
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-01-25 17:45:23 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-01-25 17:45:23 -0600
commit28847d38b20e4dbfb6ab8ee4e253cd7702ce39bf (patch)
tree49985333487cb43f3fc923642914ec9c2428f11d /nvim
parentbb7f4fb716fddd4c4eea92fb60250618998453ed (diff)
build(nvim): fix lazy.nvim cmd in install script
Diffstat (limited to 'nvim')
-rwxr-xr-xnvim/install.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/nvim/install.sh b/nvim/install.sh
index 7423822..43595bd 100755
--- a/nvim/install.sh
+++ b/nvim/install.sh
@@ -7,7 +7,6 @@ fi
printf "%s: Installing plugins\n" "$0"
-nvim --headless -c 'Lazy! install' -c qa
nvim --headless -c 'Lazy! restore' -c qa
nvim --headless -c 'Lazy! clean' -c qa