Disabling cmake lsp config for now

This commit is contained in:
Selim Mustafaev 2024-12-05 01:03:43 +03:00
parent b4dc3b7971
commit e70613ab2f

View File

@ -3,7 +3,7 @@ return {
"williamboman/mason-lspconfig.nvim", "williamboman/mason-lspconfig.nvim",
opts = { opts = {
ensure_installed = { ensure_installed = {
"cmake", --"cmake",
"clangd" "clangd"
} }
}, },