Update lsp.lua

This commit is contained in:
Benjamin Kyd
2023-03-20 11:30:45 +00:00
committed by GitHub
parent 0470b59038
commit 52d77f40a8

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 {