Is there a way to configure clangd in #neovim so that autocompletion is disabled? I need it for the debugger to work but I do find suggestions distracting.
@pythno Try ...
1. Install #clangd but don't setup LSP. This will disable auto completions.
2. Use #codelldb for debugging -> https://igorlfs.github.io/neovim-cpp-dbg
