fix: always display `LSP ~`
This commit is contained in:
parent
dac05df972
commit
c0d75edea0
|
@ -157,7 +157,7 @@ M.LSP_status = function()
|
||||||
end
|
end
|
||||||
|
|
||||||
local name = false
|
local name = false
|
||||||
if names ~= {} then
|
if next(names) then
|
||||||
name = table.concat(names, '|')
|
name = table.concat(names, '|')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue