From a39a5d438d8d6e3fb935b8b31e7bd652f3e99434 Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Fri, 14 Jun 2024 17:57:23 +0200 Subject: [PATCH] Update --- home/.chezmoiscripts/run_once_after_30-install-nvim.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 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 3c84231..6544aac 100644 --- a/home/.chezmoiscripts/run_once_after_30-install-nvim.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-install-nvim.sh.tmpl @@ -76,7 +76,7 @@ log "Begin LVim installation" {{- end }} inf "installing lvim..." -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') +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"