awesome/.luarc.json

14 lines
216 B
JSON
Raw Normal View History

2022-08-27 10:46:35 +00:00
{
"Lua.diagnostics.disable": [
"missing-parameter"
],
"diagnostics": {
"globals": [
"awesome",
"root",
"client",
"screen"
]
}
}