Updated config

This commit is contained in:
Eduard Urbach 2025-05-28 16:39:25 +02:00
parent 90e01eaea4
commit 666fc20045
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
21 changed files with 155 additions and 199 deletions

View file

@ -1,5 +1,5 @@
return {
cmd = { "clangd", "--background-index" },
root_markers = { "meson_options.txt", "CMakePresets.json" },
root_markers = { "meson_options.txt", "CMakePresets.json", "compile_commands.json" },
filetypes = { "c", "cpp" },
}