nvim-telescope / telescope-frecency.nvim

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

Sort-only mode #32

Open bmulholland opened 3 years ago

bmulholland commented 3 years ago

I would love to use this but too often find that files are not listed at all. The project files feature is heading in the right direction but is clunky to use (I want to open files quickly; typing a prefix gets in the way of that).

So: is there a way to use this so that I get the frequency sorting, but not the file limiting? That way I can open infrequently used files without extra work or configuration, and still get the benefits of more easily accessing my most frequent files. I know telescope has sorters already; could it use that mechanism?

kkharji commented 3 years ago

not sure if this is as same as my issue, but the sorter is set sorters.get_substr_matcher(opts) which should've been set to user config. not sure