nvim-telescope / telescope-frecency.nvim

A telescope.nvim extension that offers intelligent prioritization when selecting files from your editing history.
MIT License
697 stars 35 forks source link

sorter reverted back to `get_substr_matcher` #140

Closed HoffsMH closed 10 months ago

HoffsMH commented 10 months ago

From what I can tell from looking at the history here this might have been unintended?

https://github.com/nvim-telescope/telescope-frecency.nvim/blob/master/lua/frecency/picker.lua#L98

In any case I definitely prefer fuzzy. If get_substr_matcher is really desired then is there any chance we could get the ability to configure which sorter the plugin uses?

HoffsMH commented 10 months ago

nvm closing found #94 sorry for the mess!