Update lsp.lua
This commit is contained in:
@@ -35,7 +35,7 @@ local function get_lsp_clients()
|
|||||||
for _, client in pairs(clients) do
|
for _, client in pairs(clients) do
|
||||||
table.insert(c, client.name)
|
table.insert(c, client.name)
|
||||||
end
|
end
|
||||||
return table.concat(c, "|")
|
return table.concat(c, "┃")
|
||||||
end
|
end
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
|||||||
Reference in New Issue
Block a user