1
0
This commit is contained in:
2025-08-14 01:08:13 +02:00
parent 558e795078
commit 703ce44694
4 changed files with 15 additions and 20 deletions

View File

@@ -0,0 +1,22 @@
#!{{ lookPath "bash" }}
# include lib
. ${CHEZMOI_WORKING_TREE}/scripts/utils.sh
# Lua version
lua_version="latest:5.1"
{{- if (ne .hasNVim false) }}
log "Install Lua version for NVim via asdf"
inf "Lua ${lua_version}..."
asdf plugin add lua 'https://github.com/Stratus3D/asdf-lua.git'
asdf install lua ${lua_version}
asdf set lua ${lua_version}
log "Lua version for NVim set"
{{- end }}