From 535d762d3940217feca03cb445a5bfc792d0a8bf Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 3 Aug 2025 21:24:44 +0200 Subject: [PATCH] del lvim install script --- .../run_once_after_30-install-lvim.sh.tmpl | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl diff --git a/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl b/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl deleted file mode 100644 index 76ef690..0000000 --- a/home/.chezmoiscripts/run_once_after_30-install-lvim.sh.tmpl +++ /dev/null @@ -1,19 +0,0 @@ -#!{{ lookPath "bash" }} - -# include lib -. ${CHEZMOI_WORKING_TREE}/scripts/utils.sh - -# LVim version -lvim_version="1.4" - - -{{- if (and (ne .hasNVim false) (ne .hasLVim false)) }} - - log "Begin LVim installation" - - ## 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" - -{{- end }}