Exafunction / codeium.vim

Free, ultrafast Copilot alternative for Vim and Neovim

Home Page:https://codeium.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whole screen blinks on every suggest accept in Neovim

flppv opened this issue · comments

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.

codeium.mov

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?

Closed by #285, thanks for the PR!