diff --git a/lua/hardline/parts/lsp.lua b/lua/hardline/parts/lsp.lua index 455405c..01361b2 100644 --- a/lua/hardline/parts/lsp.lua +++ b/lua/hardline/parts/lsp.lua @@ -35,7 +35,7 @@ local function get_lsp_clients() for _, client in pairs(clients) do table.insert(c, client.name) end - return table.concat(c, "|") + return table.concat(c, "┃") end return {