Update clang to look for compile_commands.json in standard cmake build dir

This commit is contained in:
Martin Larsson 2024-04-12 22:35:18 +02:00
parent 0780541cc1
commit 9d3001b775

View file

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