You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the fzf#run takes a single
dictionary argument, a spec, and starts fzf process accordingly. depending on the user's choice, the value of this dictionary may be very different. and usually called with fzf#wrap and fzf#vim#with_preview.
could you consider adding new opts for fzf backend like telescope which can let customers customize UI.
The text was updated successfully, but these errors were encountered:
I have checked the implementation of fzf, it's impossible to extend by the customer.
I have some functions like below:
the
fzf#run
takes a singledictionary argument, a spec, and starts fzf process accordingly. depending on the user's choice, the value of this dictionary may be very different. and usually called with
fzf#wrap
andfzf#vim#with_preview
.could you consider adding new opts for
fzf
backend liketelescope
which can let customers customize UI.The text was updated successfully, but these errors were encountered: