nvim install coc.nvim for cpp
in nvim
:CocInstall coc-marketplace
then in nvim
:CocList marketplace
to install plugins
for cpp you can do first as
:CocInstall coc-clangd
then
>sudo apt-get install clangd
in nvim
:CocInstall coc-marketplace
then in nvim
:CocList marketplace
to install plugins
for cpp you can do first as
:CocInstall coc-clangd
then
>sudo apt-get install clangd