diff options
Diffstat (limited to 'hypr/.luarc.json')
| -rw-r--r-- | hypr/.luarc.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/hypr/.luarc.json b/hypr/.luarc.json new file mode 100644 index 0000000..b4ecec0 --- /dev/null +++ b/hypr/.luarc.json @@ -0,0 +1,7 @@ +{ + "workspace": { + "library": [ + "/usr/share/hypr/stubs" + ] + } +} |