better configs

This commit is contained in:
Thomas G. Lopes
2026-03-04 19:43:09 +00:00
parent 9a68fb34bf
commit 94b95291ed
26 changed files with 2842 additions and 105 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"$schema": "https://raw.githubusercontent.com/LuaLS/LLS-Addons/main/schemas/luarc.json",
"runtime.version": "Lua 5.4",
"diagnostics": {
"enable": true,
"globals": []
},
"completion": {
"enable": true
}
}