lua lsp support for hyprland lua config

This commit is contained in:
2026-05-14 15:23:09 +02:00
parent 8e169f50da
commit 5ccb8b37cb
+10
View File
@@ -0,0 +1,10 @@
{
"workspace": {
"library": [
"/usr/share/hypr/stubs"
]
},
"diagnostics": {
"globals": ["hl"]
}
}