This commit is contained in:
Harrison DiAmbrosio 2026-03-12 16:27:39 -04:00
commit 9978efd6bc
3 changed files with 283 additions and 0 deletions

14
.luarc.json Normal file
View file

@ -0,0 +1,14 @@
{
"runtime.version": "LuaJIT",
"runtime.path": [
"lua/?.lua",
"lua/?/init.lua"
],
"diagnostics.globals": ["mez"],
"workspace.checkThirdParty": false,
"completion.autoRequire": false,
"workspace.library": [
"/usr/share/mez/runtime",
"./runtime"
]
}