From c0bab85b2fbefd75fa3034c19d511c45361f57df Mon Sep 17 00:00:00 2001 From: PeaAshMeter Date: Mon, 2 Feb 2026 02:33:23 +0300 Subject: [PATCH] revert "completion.autoRequire": false --- .luarc.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.luarc.json b/.luarc.json index 25bbd47..0bef050 100644 --- a/.luarc.json +++ b/.luarc.json @@ -6,6 +6,5 @@ "love.filesystem.load": "loadfile" }, "workspace.ignoreDir": ["dev_utils"], - "diagnostics.ignoredFiles": "Disable", - "completion.autoRequire": false + "diagnostics.ignoredFiles": "Disable" }