From 5ccb8b37cb7952aec69c635be1c563acdea1ed09 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Thu, 14 May 2026 15:23:09 +0200 Subject: [PATCH] lua lsp support for hyprland lua config --- hyprland/.config/hypr/.luarc.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 hyprland/.config/hypr/.luarc.json diff --git a/hyprland/.config/hypr/.luarc.json b/hyprland/.config/hypr/.luarc.json new file mode 100644 index 0000000..62faf36 --- /dev/null +++ b/hyprland/.config/hypr/.luarc.json @@ -0,0 +1,10 @@ +{ + "workspace": { + "library": [ + "/usr/share/hypr/stubs" + ] + }, + "diagnostics": { + "globals": ["hl"] + } +}