From 7c874e16fe78710229582d4b972ba6fcbfe1bbbf Mon Sep 17 00:00:00 2001 From: NullBite Date: Thu, 22 Jun 2023 00:31:09 -0400 Subject: [PATCH] Add luarc so autocompletions work --- .luarc.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..3f38de7 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,3 @@ +{ + "workspace.library": ["nulllib"] +}