fix: always display `LSP ~`

This commit is contained in:
tomaswyz 2022-06-16 11:29:31 +08:00 committed by siduck
parent dac05df972
commit c0d75edea0
1 changed files with 1 additions and 1 deletions

View File

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