Closed jrwrigh closed 1 year ago
require("lspconfig").clangd.setup({
server = {
cmd = {
"clangd",
"--completion-style=detailed",
"--header-insertion=never",
},
-- other options
}
})
Ah, whoops! I'm blind. Sorry about that.
ie. for passing flags to clangd. See https://neovim.discourse.group/t/how-to-set-flags-when-calling-setup/3005