Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim
https://codeium.com
MIT License
4.12k stars 147 forks source link

Add option to have codeium suggestion as LSP element #201

Closed sudipghimire533 closed 1 year ago

sudipghimire533 commented 1 year ago

I can tell most people's Neovim config is as:

Now after addin codeium, sode suggestion is directly shown in editor. However, It is better to add the code suggestion as element of LSP component.

Current configuration result in this: image

It is much better to not include the suggestion directly but add those suggestion in list of LSP element and user experience is much better

Example for copilot: https://github.com/zbirenbaum/copilot-cmp

sudipghimire533 commented 1 year ago

There was a discussion while ago: https://github.com/Exafunction/codeium.vim/issues/3#issuecomment-1396953514

fortenforge commented 1 year ago

I think https://github.com/jcdickinson/codeium.nvim should do what you want.

sudipghimire533 commented 1 year ago

Yes my request is was if we can have this officially?

pqn commented 1 year ago

Right now we are happy to help the maintainers of those libraries as necessary since we don't have the bandwidth to support this ourselves at present.

sudipghimire533 commented 1 year ago

Ok but can we at least point that repo in README and also give a example config ( i am finding it hard to make that plugin work, so it can be help for me and future users )

pqn commented 1 year ago

Yes, happy to accept a PR to update the README how you're describing.