1
0

del lvim install script

This commit is contained in:
2025-08-03 21:24:44 +02:00
parent 923fbc1b6b
commit 535d762d39

View File

@@ -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 }}