From a4635f76573080add248614db9d3634a77e67939 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Fri, 15 May 2026 14:44:50 +0200 Subject: [PATCH] Make o available without error --- config/hypr/.luarc.json | 2 +- migrations/1778847558.sh | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 migrations/1778847558.sh diff --git a/config/hypr/.luarc.json b/config/hypr/.luarc.json index ff0e3599..afb4466c 100644 --- a/config/hypr/.luarc.json +++ b/config/hypr/.luarc.json @@ -6,6 +6,6 @@ "checkThirdParty": false }, "diagnostics": { - "globals": ["hl"] + "globals": ["hl", "o"] } } diff --git a/migrations/1778847558.sh b/migrations/1778847558.sh new file mode 100644 index 00000000..9494ba7e --- /dev/null +++ b/migrations/1778847558.sh @@ -0,0 +1,3 @@ +echo "Refresh Hyprland Lua language server config" + +omarchy-refresh-config hypr/.luarc.json