From cbf6754e240fb55ebf692e98ee85f3ff3e1fb8e0 Mon Sep 17 00:00:00 2001 From: 2ndbeam <2ndbeam@disroot.org> Date: Wed, 22 Oct 2025 13:44:31 +0300 Subject: [PATCH] removed .luarc.json --- .luarc.json | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json deleted file mode 100644 index 54f884d..0000000 --- a/.luarc.json +++ /dev/null @@ -1,4 +0,0 @@ -{ - "$SCHEMA": "https://raw.githubusercontent.com/sumneko/vscode-lua/master/setting/schema.json", - "diagnostics.globals": [ "love" ] -}