You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the default config, opening frecency is much slower than Telescope's built-in find_files because plenary.scandir is really slow. I think it doesn't use ripgrep/fd.
The text was updated successfully, but these errors were encountered:
I'm refactoring the whole source in #100, and planning to use vim.fs.dir instead of plenary.scandir not to block Neovim. It seems to work nicely in my env.
* I did an overhall for all codes and added typing by Lua-language-server and tests. It also works on CI.
* Now it searches files on the workspace completely asynchronously. It does not block your text input. (Fix#106)
Make count = 1 when you open a file you've never opened (Fix#107)
In the default config, opening frecency is much slower than Telescope's built-in
find_files
becauseplenary.scandir
is really slow. I think it doesn't use ripgrep/fd.The text was updated successfully, but these errors were encountered: