Exafunction / codeium.vim

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

Disable cmdline output #156

Closed Subjective closed 1 year ago

Subjective commented 1 year ago

I noticed that Codeium leaves a message in the cmdline (=codeium#CompletionText())when accepting completions. This is especially apparent when using Noice, as it triggers Noice's cmdline for a brief moment, causing a jarring visual flicker. Is there any way to disable the cmdline output messages?

image

Subjective commented 1 year ago

Never mind, it was an issue with my own config, I just just forgot to call the command with the silent option set to true.