add lua-based config set

This commit is contained in:
2026-05-08 00:00:15 +09:00
parent bc71aeb4dc
commit a7fefa3305
12 changed files with 248 additions and 1 deletions

10
.luarc.json Normal file
View File

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