Yggdroot / LeaderF

An efficient fuzzy finder that helps to locate files, buffers, mrus, gtags, etc. on the fly for both vim and neovim.
Apache License 2.0
2.15k stars 179 forks source link

Leaderf rg on the fly mode has poor search result #957

Closed ykqiu closed 1 year ago

ykqiu commented 2 years ago
eyalk5 commented 1 year ago

Indeed , it passes over a small subset of the files in case the directory contain many files(include subdirs) It was solved with let g:Lf_MaxCount = 5000000