feat: add clangd and cmake lsp config

This commit is contained in:
Michael Mandl 2023-10-12 08:33:48 +02:00
parent c7e5fd760c
commit 6e6411eddf
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -67,6 +67,8 @@ local capabilities = require("cmp_nvim_lsp").default_capabilities(lsp_status.cap
local servers = {
["bashls"] = {},
["clangd"] = {},
["cmake"] = {},
["dockerls"] = {},
["jsonls"] = {},
["lua_ls"] = {