Why my fzf-lua is soo slow? #1761
Replies: 1 comment 4 replies
-
Can you pinpoint to when was that? maybe a specific commit? Once you isolate what is causing this I can work on it. As for LeaderF it doesn't spawn an externap process (fzf) so it's able to show the window faster while fzf-lua has to open a term buffer and run fzf, therefore the initial spawn will always be slower than plugins that don't spawn a term (telescope, etc). Fzf-lua speed comes into play when there are millions of lines / files in the project. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
It used to be fast. Well, not as fast as LeaderF, But It was good. I switched to this one because it integrates perfectly with neovim and have minimal and nice ui. I faced this slowness for a long time. So, I created a minimal config, but it was still super slow. The UI loads fast but then takes like a second or two to show files. And here is just 4 files 😆 still takes time.
Here is the config I'm using in Lazy plugin manager. Maybe I'm doing something wrong but what?!
Screen.Recording.2025-01-25.at.7.19.03.PM.mov
Well this other plugin is for showing that although my laptop is ancient 🥲 but it's not that slow
Screen.Recording.2025-01-25.at.7.34.55.PM.mov
Beta Was this translation helpful? Give feedback.
All reactions