15 lines
227 B
Lua
15 lines
227 B
Lua
return {
|
|
{
|
|
"neovim/nvim-lspconfig",
|
|
opts = {
|
|
my_servers = {
|
|
clangd = {
|
|
cmd = {
|
|
"clangd",
|
|
"--function-arg-placeholders=0",
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
}
|