configgd cpp
This commit is contained in:
@@ -22,6 +22,13 @@ return {
|
||||
},
|
||||
{
|
||||
"neovim/nvim-lspconfig",
|
||||
opts = {
|
||||
servers = {
|
||||
clangd = {
|
||||
mason = false,
|
||||
},
|
||||
},
|
||||
},
|
||||
config = function()
|
||||
local capabilities = require('cmp_nvim_lsp').default_capabilities()
|
||||
|
||||
@@ -49,7 +56,9 @@ return {
|
||||
vim.lsp.config['angularls']={
|
||||
vim.lsp.enable('angularls')
|
||||
}
|
||||
|
||||
vim.lsp.config['clangd']={
|
||||
vim.lsp.enable('clangd')
|
||||
}
|
||||
end
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user