Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a fuzzy sorter #62

Closed
lucc opened this issue Jul 23, 2022 · 1 comment
Closed

Use a fuzzy sorter #62

lucc opened this issue Jul 23, 2022 · 1 comment

Comments

@lucc
Copy link
Contributor

lucc commented Jul 23, 2022

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.

@lucc
Copy link
Contributor Author

lucc commented Jul 29, 2022

I have seen that #44 (comment) proposes a solution.

It would be nice to add a config option for this but it is not so important for me.

@lucc lucc closed this as completed Jul 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant