itchyny/vim-cursorword

Blinking On Movement

smhmd opened this issue · 3 comments

smhmd commented

cursorword blinks when moving without changing the word.
Video:
video.

This is an expected behavior after performance improvement (d00937d). If there're more requests, I'll add an option for the delay duration.

Same issue here. It would be appreciated if you add an option.

I added g:cursorword_delay option. Configure let g:cursorword_delay = 0 to update synchronously.