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