Query driver for clangd
This commit is contained in:
parent
22bdd0eb7f
commit
62dbab2600
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@ local cmd = {
|
|||
bin_name,
|
||||
"--background-index",
|
||||
"--suggest-missing-includes",
|
||||
"--enable-config"
|
||||
"--enable-config",
|
||||
"--query-driver=/usr/lib64/ccache/*,/usr/bin/*",
|
||||
}
|
||||
|
||||
local config = vim.fs.find(".clangd", {
|
||||
|
|
Loading…
Reference in a new issue