Neovide: Cursor animation in insert mode

Created on 7 Apr 2021  路  2Comments  路  Source: Kethku/neovide

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
image

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!

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

All 2 comments

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Ninmi picture Ninmi  路  53Comments

IBS27 picture IBS27  路  29Comments

pranphy picture pranphy  路  36Comments

szbergeron picture szbergeron  路  28Comments

Kethku picture Kethku  路  87Comments