Exafunction / codeium.vim

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

Whole screen blinks on every suggest accept in Neovim #284

Closed flppv closed 9 months ago

flppv commented 9 months ago

In my case when I accept a suggestion the whole screen blinks with the temporary appearing of linter messages, some popup shows for a fraction of a second, and even cmdline opens and closes for a bit. I would think it's how this plugin works, but on videos it works just fine. Is there a way to get rid of it? Accepting suggestions with other AI tools works just fine.

https://github.com/Exafunction/codeium.vim/assets/6984143/5e97f459-7f7e-414b-aa69-1e2cef73b4f5

flppv commented 9 months ago

Whoops, I've found that half of the flicker is removed if silent = true option is added to a keybind as it stated in #156. Since it's a reccuring problem maybe we could update a Readme?

pqn commented 9 months ago

Closed by #285, thanks for the PR!