diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..3c15ee7 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,14 @@ +{ + "diagnostics.globals": [ + "awesome", + "client", + "root", + "screen", + "tag", + "mouse", + ], + "workspace.library": [ + "/usr/bin/awesome", + "/usr/bin/awesome/lain" + ], +}