Update nvim lspconfig

This commit is contained in:
Shockwave 2024-05-26 14:07:01 +08:00
parent 6b55b3c775
commit 30b8d668da
1 changed files with 0 additions and 5 deletions

View File

@ -94,11 +94,6 @@ local lsp_flags = {
debounce_text_changes = 150,
}
lspconfig.ccls.setup({
on_attach = on_attach,
flags = lsp_flags,
})
lspconfig.clangd.setup({
on_attach = on_attach,
flags = lsp_flags,