Exafunction / codeium.vim

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

Ghost Suggestion Disable #325

Open dshot92 opened 3 months ago

dshot92 commented 3 months ago

How can i disable the ghost suggestion and only have them show inside the cmp floating panel?

LeonardoMor commented 3 months ago

If you're using NeoVim, there's codeium.nvim that works like that

melMass commented 3 months ago

Why are there two distinct extensions?

LeonardoMor commented 3 months ago

Why are there two distinct extensions?

The .vim one is made on vimscript. The other one is made on Lua for the newer NeoVim and works with nvim-cmp

melMass commented 3 months ago

Thanks, I guess I would expect a vim plugin with just a lua layer like most plugins do to support both but there are probably good reasons.

dshot92 commented 3 months ago

the .vim and .nvim have no feature parity. I would like to use the the .vim function to Toggle the suggestions, while using the .nvim nvim-cmp completitions.

Right now you have to choose one or the other.