added .luarc.json

This commit is contained in:
Noella
2024-03-04 18:35:35 -07:00
parent 76dab2fd42
commit 497a6bd76c

14
.luarc.json Normal file
View File

@@ -0,0 +1,14 @@
{
"diagnostics.globals": [
"awesome",
"client",
"root",
"screen",
"tag",
"mouse",
],
"workspace.library": [
"/usr/bin/awesome",
"/usr/bin/awesome/lain"
],
}