jackguo380 / vim-lsp-cxx-highlight

Vim plugin for C/C++/ObjC semantic highlighting using cquery, ccls, or clangd
MIT License
337 stars 26 forks source link

coc.nvim as an LSP client #8

Closed dsirov closed 5 years ago

dsirov commented 5 years ago

Is it possible to support coc.nvim as another LSP client?

jackguo380 commented 5 years ago

Hi dsirov,

It seems since the last time I looked into supporting it someone has filed a issue specifically for vim-lsp-cxx-highlight neoclide/coc.nvim#759 and I didn't notice it.

I just pushed support for coc.nvim, let me know if it works well for you.

dsirov commented 5 years ago

Thanks for such quick response. Works great!