Disable clangd incremental sync
This commit is contained in:
parent
8b402b5756
commit
4322dee13c
1 changed files with 4 additions and 1 deletions
|
@ -149,7 +149,10 @@ vim.lsp.config("clangd", {
|
||||||
"--enable-config",
|
"--enable-config",
|
||||||
"--query-driver=/usr/lib64/ccache/*,/usr/bin/*",
|
"--query-driver=/usr/lib64/ccache/*,/usr/bin/*",
|
||||||
"--log=error",
|
"--log=error",
|
||||||
}
|
},
|
||||||
|
flags = {
|
||||||
|
allow_incremental_sync = false,
|
||||||
|
},
|
||||||
})
|
})
|
||||||
|
|
||||||
vim.lsp.enable("ruff")
|
vim.lsp.enable("ruff")
|
||||||
|
|
Loading…
Reference in a new issue