Answer the question
In order to leave comments, you need to log in
How does clangd install the C++ standard?
I was able to bind clangd to NeoVim. Now I don't know how to install the C++ language standard. Help
Answer the question
In order to leave comments, you need to log in
Try like this
nvim_lsp['clangd'].setup {
on_attach = on_attach,
cmd = { 'clangd', '--background-index', '-std=c++17' },
flags = {
debounce_text_changes = 150,
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question