diff options
Diffstat (limited to 'config/hypr/.luarc.json')
| -rw-r--r-- | config/hypr/.luarc.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/hypr/.luarc.json b/config/hypr/.luarc.json new file mode 100644 index 00000000..e01b5803 --- /dev/null +++ b/config/hypr/.luarc.json @@ -0,0 +1,9 @@ +{ + "diagnostics.globals": [ + "hl" + ], + "workspace.checkThirdParty": false, + "workspace.library": [ + "${HOME}/.config/hypr" + ] +} |
