Exafunction / codeium.vim

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

Neovim-native Plugin #45

Closed jcdickinson closed 1 year ago

jcdickinson commented 1 year ago

I'm not sure what you'll do with this, but I have created a plugin specifically for Neovim and nvim-cmp: https://github.com/jcdickinson/codeium.nvim/

If you want to migrate it into the Exafunction org, I'm cool with that. If you want to link to it, I'm cool with that also. If you don't want to mention it at all, that's also fine.

VarunMohan commented 1 year ago

This is pretty cool, let me chat with the team on how to move forward. Is there any way to support multiline completions with this approach similar to what we have currently?

I have a couple questions since I'm not too familiar with native neovim extensions. Do you have a discord account so you could also talk with the rest of the team.

jcdickinson commented 1 year ago

This does already support multiline completions :)

MY discord is jono_codes#3118

pqn commented 1 year ago

Feel free to continue the conversation in Discord and submit a PR to link to it in the README if you'd like.

TroySigX commented 1 year ago

This does already support multiline completions :)

I cannot setup for multiline suggestion, can you show me how?

TroySigX commented 1 year ago

It would be great if you add support.

jcdickinson commented 1 year ago

Wrong repo, this is the official plugin and it definitely does support multiline suggestions. If you aren't seeing them, then there are no suggestions with multiline. Have you tried cycling through the suggestions?

TroySigX commented 1 year ago

Sorry for the confusion. Yes, I can get multiline suggestion from this official plugin. What I was having issues with is your plugin codeium.nvim, which doesn't show multiple-line suggestions and I have tried to cycle through other suggestions. I have recently created an issue in your repo as well.

jcdickinson commented 1 year ago

Please don't use the official repo for discussing issues related to an unofficial plugin.

TroySigX commented 1 year ago

Sorry @jcdickinson , I posted an issue on your repo but got no response about fix.