Files
ansible_role_package/vars/pkgs/luals.yml
Matthew Stobbs a3df5215b8 reorganizing configuration
- static package configuration in `vars/pkgs`
  - loaded into the variable `pkgconfig` as part of `tasks/main.yml`
2025-02-12 12:52:55 -07:00

10 lines
191 B
YAML

luals:
base_url: https://github.com/LuaLS/lua-language-server/releases/download
sysmap:
Darwin: darwin
Linux: linux
archmap:
aarch64: arm64
arm64: arm64
x86_64: x64