From a4edbf822411b66ad62d9cfefee95e1797b8e8ea Mon Sep 17 00:00:00 2001 From: neckrat Date: Sun, 3 May 2026 20:28:12 +0300 Subject: [PATCH] add hints in .luarc.json --- .luarc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.luarc.json b/.luarc.json index 0bef050..716bbeb 100644 --- a/.luarc.json +++ b/.luarc.json @@ -6,5 +6,6 @@ "love.filesystem.load": "loadfile" }, "workspace.ignoreDir": ["dev_utils"], - "diagnostics.ignoredFiles": "Disable" + "diagnostics.ignoredFiles": "Disable", + "hint.enable": true }