From 497a6bd76c104322fa81719167582e5267674d25 Mon Sep 17 00:00:00 2001 From: Noella <49508517+ItsNoellaHere@users.noreply.github.com> Date: Mon, 4 Mar 2024 18:35:35 -0700 Subject: [PATCH] added .luarc.json --- .luarc.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .luarc.json 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" + ], +}