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"] + } +}