add clangd server
This commit is contained in:
parent
c27eca194a
commit
16cf11e6b7
2
init.lua
2
init.lua
@ -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 = {
|
||||||
|
Loading…
Reference in New Issue
Block a user