Files
peachwm/.luarc.json
T
2026-06-30 02:07:19 -04:00

23 lines
401 B
JSON

{
"$schema": "https://raw.githubusercontent.com/LuaLS/vscode-lua/master/setting/schema.json",
"runtime": {
"version": "Lua 5.4",
"path": [
"?.lua",
"?/init.lua"
]
},
"workspace": {
"checkThirdParty": false,
"library": []
},
"diagnostics": {
"globals": [
"input"
]
},
"diagnostics.disable": [
"lowercase-global"
]
}