nvim-telescope / telescope-frecency.nvim

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

List entries with external commands #155

Closed delphinus closed 6 months ago

delphinus commented 7 months ago

(18) Combine oldfiles with all files in CWD : neovim

I prefer not using external commands for plugins. So the current build lists entries with pure Lua logic. But the speed is the problem. I will consider to use external commands such as rg.