Revert to default dir for compile-commands-dir, more cross project

friendly to just create a symlink to the root instead as part of the gen
step.
This commit is contained in:
Martin Larsson 2024-08-28 23:15:23 +02:00
parent 392a7684c1
commit 34585fee74

View file

@ -31,7 +31,7 @@ local M = {
"--rename-file-limit=0",
"--header-insertion=iwyu",
"--inlay-hints",
"--compile-commands-dir=build/",
-- "--compile-commands-dir=build/",
},
commands = {
ClangdSwitchSourceHeader = {