clangd is not found, you need to install clangd first
Is there something that I miss and you want to know guys?
It works on `vim >= 8.1` and `neovim >= 0.3. 1`. It's a completion framework and language server client which supports extension features of VSCode.
edited. At the moment coc configuration files can be found in $HOME/. config/coc and $HOME/. config/nvim .
clangd-10
will be installed as clangd-10
, try this: sudo update-alternatives --install /usr/bin/clangd clangd /usr/bin/clangd-10 100
. https://clangd.llvm.org/installation.html
clangd
can been found from $PATH
, check: which clangd
or clangd --version
❯ clangd --version
clangd version 10.0.0
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With