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

List up entries for workspace files by `rg` or `fd` #156

Closed delphinus closed 9 months ago

delphinus commented 10 months ago

Fix #155, #154

This introduces a feature that it can reads workspace files by external commands: rg or fd.

pros: This achieves gathering candidates extremely faster than the native Lua code. cons: None. It fallbacks to Lua code when rg and fd fail.