From 290818814657fb263cfb91bac322c49086219117 Mon Sep 17 00:00:00 2001 From: Benjamin Palko Date: Wed, 20 May 2026 11:20:04 -0400 Subject: [PATCH] add luarc --- hypr/.luarc.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hypr/.luarc.json diff --git a/hypr/.luarc.json b/hypr/.luarc.json new file mode 100644 index 0000000..babfd90 --- /dev/null +++ b/hypr/.luarc.json @@ -0,0 +1,8 @@ +{ + "workspace": { + "library": ["/usr/share/hypr/stubs"] + }, + "diagnostics": { + "globals": ["hl"] + } +}