1
0
This commit is contained in:
Jeff LANCE
2024-08-03 17:21:54 +02:00
parent f5f003e605
commit 66980f428f
9 changed files with 244 additions and 270 deletions

View File

@@ -0,0 +1,17 @@
#!{{ lookPath "bash" }}
# include lib
. ${CHEZMOI_WORKING_TREE}/scripts/utils.sh
# LVim version
lvim_version="1.4"
{{- if (and (ne .hasNVim false) (ne .hasLatex false)) }}
log "Begin LVim installation"
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 }}