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:
@@ -0,0 +1,3 @@
|
||||
{
|
||||
"diagnostics.globals": ["hl"]
|
||||
}
|
||||
Reference in New Issue
Block a user