.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.
4 lines
38 B
JSON
4 lines
38 B
JSON
{
|
|
"diagnostics.globals": ["hl"]
|
|
}
|