nvf icon indicating copy to clipboard operation
nvf copied to clipboard

assistant Codeium

Open C4E5G3 opened this issue 1 year ago • 4 comments

⚠️ Please verify that this feature request has NOT been suggested before.

  • [X] I checked and didn't find a similar feature request

🏷️ Feature Type

New Addon

🔖 Feature description

Would it be possible to add Codeium as a completion assistant?

codeium

✔️ Solution

As above

❓ Alternatives

No response

📝 Additional Context

No response

C4E5G3 avatar Oct 03 '24 06:10 C4E5G3

Looks like there is codeium.vim - but I am not very fond of plugins that use vimscript. Do you know a Lua based alternative?

NotAShelf avatar Oct 03 '24 13:10 NotAShelf

Ah. I am not really up on any of it Raf. I used Codeium as it was free & seemed pretty decent.

https://github.com/yetone/avante.nvim ??

C4E5G3 avatar Oct 03 '24 19:10 C4E5G3

@NotAShelf The official repo has both, .vim and .nvim - in vimscript and lua respectively:

  • https://github.com/Exafunction/codeium.vim
  • https://github.com/Exafunction/codeium.nvim

.... and now that am looking at it, there are even flake files in that repo.

yttrinis avatar Nov 29 '24 20:11 yttrinis

A bit sad that they use flake-utils...

We're currently working on finishing v0.7, which is why I have neglected new plugin additions for a while. It should be merged soon, and I'll take a look at adding the Lua plugin.

NotAShelf avatar Nov 30 '24 05:11 NotAShelf