home/.config/nvim/lsp/clangd.lua
2025-06-11 17:38:25 +02:00

5 lines
No EOL
178 B
Lua

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