From 7e6403133c8e6de5a4de5d39f5161de47bc247e8 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Sun, 10 May 2026 01:45:05 -0400 Subject: [PATCH] Prevent lsp complaining --- .luarc.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .luarc.json diff --git a/.luarc.json b/.luarc.json new file mode 100644 index 00000000..ff0e3599 --- /dev/null +++ b/.luarc.json @@ -0,0 +1,11 @@ +{ + "workspace": { + "library": [ + "/usr/share/hypr/stubs" + ], + "checkThirdParty": false + }, + "diagnostics": { + "globals": ["hl"] + } +}