add clangd server

This commit is contained in:
Lucas Barbieri 2024-06-11 20:35:17 -03:00
parent c27eca194a
commit 16cf11e6b7

View File

@ -348,7 +348,7 @@ local on_attach = function(_, bufnr)
vim.diagnostic.config({ float = { border = "single" } }) vim.diagnostic.config({ float = { border = "single" } })
end end
local servers = { local servers = {
-- clangd = {}, clangd = {},
-- hls = {}, -- hls = {},
gopls = { gopls = {
gopls = { gopls = {