danth / pathfinder.vim

Vim plugin to suggest better movements
MIT License
290 stars 4 forks source link

Can I configure how long the suggestions appear? #35

Closed coaxial closed 4 years ago

coaxial commented 4 years ago

I find that the amount of time the popup is shown is a bit too short for me to read and assimilate.

Is there a setting in the plugin to make the duration the popup is shown a bit longer?

danth commented 4 years ago

Not yet, although it shouldn't be difficult to add one.

danth commented 4 years ago

Okay, you should be able to change g:pf_popup_time, which is in milliseconds. (default 3000)

coaxial commented 4 years ago

Thank you