Hi! I just want to ask if there is a way to increase the speed of the cursor animation when inside insert mode? Because whenever I'm typing anything, it feels like theres a delay because the | cursor lags behind with the animation.
Like this

See how the w is already there but the cursor is still in the middle of q and w?
I tried using the neovide_cursor_animate_in_insert_mode setting but I kinda missed the fluidity of the default setting.
Thank you in advance!
Try change the value of g:neovide_cursor_animation_length.
Might work.
setting that will effect the animation length for all cursor animations, not just insert.
You could live change it in your vim config in an autocommand whenever you enter or exit insert mode, but I think long term we will want to add more configurability.
I believe this issue is covered by https://github.com/Kethku/neovide/issues/117
Most helpful comment
setting that will effect the animation length for all cursor animations, not just insert.
You could live change it in your vim config in an autocommand whenever you enter or exit insert mode, but I think long term we will want to add more configurability.
I believe this issue is covered by https://github.com/Kethku/neovide/issues/117