Update lsp.lua

This commit is contained in:
Benjamin Kyd
2023-03-20 11:18:34 +00:00
committed by GitHub
parent 98cda5907e
commit 0470b59038

View File

@@ -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 {