From 1bd8b71005ee2b5dd5d32b03bd2748069be86121 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 14 Jun 2024 17:52:59 +0200 Subject: [PATCH] Up. --- home/.chezmoiscripts/run_once_after_30-install-nvim.sh.tmpl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/run_once_after_30-install-nvim.sh.tmpl b/home/.chezmoiscripts/run_once_after_30-install-nvim.sh.tmpl index e0b82c3..869135c 100644 --- a/home/.chezmoiscripts/run_once_after_30-install-nvim.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-install-nvim.sh.tmpl @@ -19,6 +19,9 @@ packages=( ripgrep ) +# LVim version +lvim_version=1.4 + log "Begin LVim installation" @@ -73,7 +76,7 @@ log "Begin LVim installation" {{- end }} inf "installing lvim..." -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-${lvim_version}/neovim-0.9' bash <(curl -s 'https://raw.githubusercontent.com/LunarVim/LunarVim/release-${lvim_version}/neovim-0.9/utils/installer/install.sh') log "Finish LVim installation"