Why my fzf-lua is soo slow? #1761
Unanswered
FahimAnayet
asked this question in
Q&A
Replies: 1 comment 2 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.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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