From 0470b5903853595899e1aded82c9d78c3983ffa3 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Mon, 20 Mar 2023 11:18:34 +0000 Subject: [PATCH] Update lsp.lua --- lua/hardline/parts/lsp.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {