.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
43 B
JSON
4 lines
43 B
JSON
{
|
|
"recommendations": ["sumneko.lua"]
|
|
}
|