add lua-language-server package

This commit is contained in:
Matthew Stobbs
2025-01-31 23:49:51 -07:00
parent 8d19f07f63
commit 0ddb0de4c1
4 changed files with 65 additions and 8 deletions

View File

@@ -0,0 +1,11 @@
version: 3.13.5
install_prefix: /usr/local
install_path: /opt/lua-language-server
base_url: https://github.com/LuaLS/lua-language-server/releases/download
sysmap:
Darwin: darwin
Linux: linux
archmap:
aarch64: arm64
arm64: arm64
x86_64: x64