neoclide / coc-smartf

Make jump to character easier.
72 stars 6 forks source link

timeout seems always the same regardless of "smartf.timeout" #27

Open bkerin opened 2 years ago

bkerin commented 2 years ago

as the subject says

bkerin commented 2 years ago

With a bit more testing I find this is related to the global updatetime setting (which in coc.nvcim documentation you suggest setting to 300 from it's default of 4000 ms).

It looks like the labels (a, b, c etc.) don't actually appear until the time to use them is expired. That time seems like about updatetime ms. The labels then hang around for what seems like about updatetime ms before disappearing again, but during that time pressing them doesn't actually result in a motion.

This is on vim 9.342