From 52d77f40a89c0852f1dedf48e70b3bd9ae27b096 Mon Sep 17 00:00:00 2001 From: Benjamin Kyd Date: Mon, 20 Mar 2023 11:30:45 +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 01361b2..525bf9e 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 {