Describe the bug
mouse scrolling animation is triggered randomly when typing. This is so distracting.
Desktop (please complete the following information):
Please run neovide --log and paste the results here:
neovide_rCURRENT.log
Do you have lsp enabled? I think what might be happening is there is a message which is sending the cursor to the commandline every time it pops up.
I'll have to think a bit about how to fix that...
yes I have nvim builtin lsp enabled. You are correct. this is not reproducible in :new buffer
If you're using nvim-compe, for now put set shortmess+=c in your init.vim/.vimrc.
Thanks for the workaround @shaunsingh . Adding shortmess cmd minimized issue.. But still issue is there.
is this somehow related to #341 ?
@Kethku Is this fixed completely. I am still seeing debounce effect randomly. But its not frequent as before but it still exists.
Most helpful comment
If you're using
nvim-compe, for now putset shortmess+=cin your init.vim/.vimrc.