fix: always display `LSP ~`
This commit is contained in:
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…
Reference in New Issue