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

docs: add more notes & fix type annotations #191

Closed delphinus closed 3 months ago

delphinus commented 3 months ago

ref #190

Use T[] instead of table<integer, T> for consistency.