From 3e3d91af702f4b62051b81e534a452f0e3f564d2 Mon Sep 17 00:00:00 2001 From: Ponali Date: Fri, 25 Jul 2025 08:42:02 +0200 Subject: [PATCH] Added configuration file for Lua LSP to account for OpenComputers. --- .luarc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 0000000..488c6fe --- /dev/null +++ b/.luarc.json @@ -0,0 +1,10 @@ +{ + "diagnostics.globals": [ + "checkArg", + "computer", + "component" + ], + "diagnostics.disable": [ + "lowercase-global" + ] +} \ No newline at end of file