Neovide: Debounce Cursor Moves When Jumping To Message/CommandLine

Created on 23 Jun 2021  路  6Comments  路  Source: Kethku/neovide

Describe the bug
mouse scrolling animation is triggered randomly when typing. This is so distracting.

https://user-images.githubusercontent.com/21097695/123016096-81971380-d3e7-11eb-8c6c-d33c400245aa.mp4

Desktop (please complete the following information):

  • OS: Windows 10
  • Neovide Version [built from source]
  • Neovim Version [0.5.0]

Please run neovide --log and paste the results here:
neovide_rCURRENT.log

bug

Most helpful comment

If you're using nvim-compe, for now put set shortmess+=c in your init.vim/.vimrc.

All 6 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

szbergeron picture szbergeron  路  28Comments

habamax picture habamax  路  67Comments

reisub0 picture reisub0  路  39Comments

IBS27 picture IBS27  路  29Comments

khalidchawtany picture khalidchawtany  路  23Comments