nvim-telescope / telescope-frecency.nvim

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

fix: use the original sorter again #209

Closed delphinus closed 1 month ago

delphinus commented 1 month ago

Fix #36

telescope.nvim's latest release 0.1.8 does not include the changes in https://github.com/nvim-telescope/telescope.nvim/pull/2950. So use again the original implementation.

TODO: remove this when the commit will be included in any release.

delphinus commented 1 month ago

This reverts diff related to #184.