Exafunction / codeium.vim

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

Are there any plans to implement Codium Chat in Neovim? #118

Closed BruceChen7 closed 8 months ago

BruceChen7 commented 1 year ago

Because Codeium Chat is already available in VSCode, I want to know if this feature can be used in neovim? Looking forward to it

fortenforge commented 1 year ago

We will bring Chat to neovim eventually, but we are planning to refine the VSCode product first, and then bring it to JetBrains.

devenv commented 11 months ago

Is there an update on ETA, or is it still in the Roadmap? I've started the trial just to realize the customization features are in the client :) The last update I could find on this was three years ago.

fortenforge commented 11 months ago

Codeium has only existed for 1 year and 2 months, so I'm quite surprised that you found an update from 3 years ago

Zrocket commented 10 months ago

I agree with devenv. The autocomplete is nice, but I would love to have access to the chat feature to help brainstorm.

oryband commented 10 months ago

Gamebreaker feature for me. Please support this feature!

ameddin73 commented 10 months ago

Also looking forward to this feature!

nunzioono commented 8 months ago

Thanks for the great work, would be amazing to have codeium chat in nvim too

fortenforge commented 8 months ago

Codeium Chat is now available in this plugin. See the README for details.

smedegaard commented 8 months ago

I have to ask the n00b question...

Calling the codeium#Chat() ...

is that :lua codium#Chat()?

I can't figure it out 😁

vphantom commented 8 months ago

Calling the codeium#Chat() ...

is that :lua codium#Chat()?

No, this is Vim, so :call codeium#Chat() (note the e also)

BBennettChiba commented 5 months ago

Any updates on this feature?

vphantom commented 5 months ago

Any updates on this feature?

You're replying to a closed issue. What updates are you expecting?

BBennettChiba commented 5 months ago

I'm an idiot who comments on the wrong feature

hottahidit commented 1 week ago

Is there anyway for the chat to be embedded in the nvim window/terminal? Since I am using WSL, I would like to have a native chat in a side or floating window to switch to when I have a question for the AI as otherwise I have to start it, go to the browser that I snap installed and then when I get my answer, close it and switch back as the terminal log on the terminal window overrides any inputs I give, even Ctrl-C, and I have to close the browser before I get control again. Also great work! I really enjoy using this AI

vphantom commented 1 week ago

I think you're looking for https://github.com/Exafunction/codeium.nvim/issues/49