mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
5 lines
163 B
Lua
5 lines
163 B
Lua
return {
|
|
cmd = { "clangd", "--background-index" },
|
|
root_markers = { "compile_commands.json", "compile_flags.txt", ".clangd" },
|
|
filetypes = { "c", "cpp" },
|
|
}
|