codeium.vim icon indicating copy to clipboard operation
codeium.vim copied to clipboard

Ghost Suggestion Disable

Open dshot92 opened this issue 1 year ago • 5 comments

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

dshot92 avatar Mar 03 '24 11:03 dshot92

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

LeonardoMor avatar Mar 18 '24 04:03 LeonardoMor

Why are there two distinct extensions?

melMass avatar Mar 25 '24 17:03 melMass

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

LeonardoMor avatar Mar 25 '24 22:03 LeonardoMor

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.

melMass avatar Mar 25 '24 22:03 melMass

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.

dshot92 avatar Mar 28 '24 18:03 dshot92