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
I would like to use a fuzzy sorter (like the require"telescope.sorters".get_fzy_sorter() used by the builtin pickers). I did not find an option to do this. Can I call require"telescope".extensions.frecency.frecency{} with some key to replace the sorter? Or is this a real feature request where we have to implement stuff in this repo?
context
If I type ab in a frecency prompt it searches for entries matching the regex .*ab.*. If I type ab in one of the builtin pickers it searches for entries matching .*a.*b.*. I would like to have the latter behaviour with the frecency extension.
The text was updated successfully, but these errors were encountered:
I would like to use a fuzzy sorter (like the
require"telescope.sorters".get_fzy_sorter()
used by the builtin pickers). I did not find an option to do this. Can I callrequire"telescope".extensions.frecency.frecency{}
with some key to replace the sorter? Or is this a real feature request where we have to implement stuff in this repo?context
If I type
ab
in a frecency prompt it searches for entries matching the regex.*ab.*
. If I typeab
in one of the builtin pickers it searches for entries matching.*a.*b.*
. I would like to have the latter behaviour with the frecency extension.The text was updated successfully, but these errors were encountered: