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

[RFE] Configure the number of indexed files #144

Closed pmatulis closed 1 year ago

pmatulis commented 1 year ago

How do I configure the number of indexed files? 10 is the default but I would like say 20.

delphinus commented 1 year ago

This is not configurable on the current build, but it seems reasonable we can set in the option.

delphinus commented 1 year ago

I introduced max_timestamps option to customize this value.