mirror of
https://github.com/marianozunino/nvim.git
synced 2025-10-29 03:40:41 -03:00
dev: automated commit - 2025-07-21 12:34:35
This commit is contained in:
parent
5cf175cad1
commit
5ddf4b6929
4 changed files with 75 additions and 6 deletions
11
lsp/clangd.lua
Normal file
11
lsp/clangd.lua
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
return {
|
||||
settings = {
|
||||
cmd = {
|
||||
"clangd",
|
||||
"--clang-tidy",
|
||||
"-j=5",
|
||||
"--malloc-trim",
|
||||
},
|
||||
filetypes = { "c" }, -- "cpp"
|
||||
},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue