Update lsp.lua
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user