This commit is contained in:
2026-02-09 17:45:57 -08:00
parent 567472bca0
commit 2fd13a6b3f
6 changed files with 57 additions and 34 deletions

28
.luarc.json Normal file
View File

@@ -0,0 +1,28 @@
{
"runtime": {
"version": "LuaJIT",
"path": [
"?.lua",
"?/init.lua",
"MPV/portable_config/scripts/uosc/scripts/uosc/?.lua",
"MPV/portable_config/scripts/uosc/scripts/uosc/?/init.lua",
"MPV/LUA/?.lua",
"MPV/LUA/?/init.lua"
]
},
"workspace": {
"library": [
"MPV/portable_config/scripts/uosc/scripts/uosc",
"MPV/portable_config/scripts/uosc/scripts/uosc/lib",
"MPV/LUA"
],
"checkThirdParty": false
},
"diagnostics": {
"disable": [
"undefined-global",
"undefined-field",
"need-check-nil"
]
}
}