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

[BUG] TelescopeBufferLoaded only highlight buffers loaded before Frecency initialized #201

Closed zhengpd closed 1 month ago

zhengpd commented 1 month ago

Only buffers loaded before Frecency initialized are highlighted in telescope prompt. I guess it's because Frecency use singleton and EntryMaker.new is only called once on initialization, which sets the loaded buffers table.

delphinus commented 1 month ago

I see. I agree with your fix. Thank you.