From 95b4e4ab9ff650528f0d639cd967a41cbd39aae4 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Thu, 22 Feb 2024 16:46:59 +0100 Subject: [PATCH] Update home/.chezmoiscripts/80-install-lvim.sh --- home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl b/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl index b157bd0..73ea7f4 100644 --- a/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl +++ b/home/.chezmoiscripts/run_onchange_80-install-lvim.sh.tmpl @@ -24,6 +24,6 @@ for package in ${packages[@]}; do done -LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh) +LV_BRANCH='release-1.3/neovim-0.9' bash <(curl -s https://raw.githubusercontent.com/LunarVim/LunarVim/release-1.3/neovim-0.9/utils/installer/install.sh --no-install-dependencies) echo -e "\033[0;32m>>>>> Finish LVim installation <<<<<\033[0m"