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

It stucks for searching when `gitignore()` takes long time #154

Closed delphinus closed 9 months ago

delphinus commented 10 months ago

In case the path has many files on gitignore-ed directory (such as node_modules), :Telescope frecency workspace=CWD takes long time until you can input characters.

It should disable gitignore() any more once it takes long time (> 100ms) on the path.

delphinus commented 9 months ago

Fixed by #156