Update statusline.lua

This commit is contained in:
siduck 2022-06-15 17:03:30 +05:30
parent d66c000d48
commit e1be20329e
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ M.LSP_status = function()
local name = false
if names ~= {} then
name = table.concat(names, '/')
name = table.concat(names, '|')
end
local content = name and "  LSP ~ " .. name .. " " or false