fix: always display `LSP ~`

navigator
tomaswyz 2 years ago committed by siduck
parent dac05df972
commit c0d75edea0

@ -157,7 +157,7 @@ M.LSP_status = function()
end
local name = false
if names ~= {} then
if next(names) then
name = table.concat(names, '|')
end

Loading…
Cancel
Save