diff --git a/.luarc.json b/.luarc.json deleted file mode 100644 index b1605b1..0000000 --- a/.luarc.json +++ /dev/null @@ -1,28 +0,0 @@ -{ - "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" - ] - } -}