feat: add clangd and cmake lsp config
This commit is contained in:
parent
c7e5fd760c
commit
6e6411eddf
1 changed files with 2 additions and 0 deletions
|
@ -67,6 +67,8 @@ local capabilities = require("cmp_nvim_lsp").default_capabilities(lsp_status.cap
|
|||
|
||||
local servers = {
|
||||
["bashls"] = {},
|
||||
["clangd"] = {},
|
||||
["cmake"] = {},
|
||||
["dockerls"] = {},
|
||||
["jsonls"] = {},
|
||||
["lua_ls"] = {
|
||||
|
|
Loading…
Reference in a new issue