noib3 / nvim-completion

:zap: An async autocompletion framework for Neovim
MIT License
503 stars 13 forks source link

(Feature request): coc nvim support #6

Closed andrey-mouk closed 2 years ago

andrey-mouk commented 2 years ago

coc nvim support (?)

noib3 commented 2 years ago

What are you asking exactly? coc.nvim is basically an LSP client, is this about adding an LSP source?

andrey-mouk commented 2 years ago

@noib3 yeah, maybe, I'm asking because coc uses native autocomplete, and it's kind of ugly, that's it

noib3 commented 2 years ago

nvim-compleet uses floating windows which, unlike the native popup menu, are fully themeable. And yes, the LSP source is being worked on.