add luarc

This commit is contained in:
Benjamin Palko 2026-05-20 11:20:04 -04:00
parent 6e696aac7e
commit 2908188146

8
hypr/.luarc.json Normal file
View file

@ -0,0 +1,8 @@
{
"workspace": {
"library": ["/usr/share/hypr/stubs"]
},
"diagnostics": {
"globals": ["hl"]
}
}