mirror of
https://github.com/MezzalunaWM/euclid.mez.git
synced 2026-03-13 15:07:32 -04:00
batman
This commit is contained in:
commit
9978efd6bc
3 changed files with 283 additions and 0 deletions
14
.luarc.json
Normal file
14
.luarc.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue