Files
dotfiles/.luarc.json
T
Thomas G. Lopes 94b95291ed better configs
2026-03-04 19:43:09 +00:00

12 lines
230 B
JSON

{
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/luarc.json",
"runtime.version": "Lua 5.4",
"diagnostics": {
"enable": true,
"globals": []
},
"completion": {
"enable": true
}
}