From 80ae1e0a68579afcb7be8c7195b3c489487d7c56 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 }