From b00b2a25cd851c779e68ba6e2de4829a8747333d Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 4 Aug 2024 17:06:51 +0200 Subject: [PATCH] Up. --- home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl b/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl index 37f6ed6..76ef690 100644 --- a/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl +++ b/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl @@ -11,7 +11,7 @@ lvim_version="1.4" log "Begin LVim installation" - go install github.com/nametake/golangci-lint-langserver@latest + ## go install github.com/nametake/golangci-lint-langserver@latest 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"