mirror of
https://github.com/marianozunino/nvim.git
synced 2025-10-28 11:20:41 -03:00
11 lines
159 B
Lua
11 lines
159 B
Lua
return {
|
|
settings = {
|
|
cmd = {
|
|
"clangd",
|
|
"--clang-tidy",
|
|
"-j=5",
|
|
"--malloc-trim",
|
|
},
|
|
filetypes = { "c" }, -- "cpp"
|
|
},
|
|
}
|