Add Lua language server config and VS Code extension recommendation

.luarc.json declares the hl global so sumneko.lua doesn't flag
hyprland.lua's hl.* calls as undefined globals; extensions.json
recommends the sumneko.lua extension itself.
This commit is contained in:
2026-07-07 23:29:08 +02:00
parent 22546ab7dd
commit 5b5f0bac38
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
{
"recommendations": ["sumneko.lua"]
}