-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: A noticeably slow reaction while jumping between windows #1328
Comments
I have the same issue, lulines lag while everything else is super fast. NVIM v0.10.2 |
Yes, this is a huge issue for me too. I feel like it has gotten worse over subsequent updates. Without lualine Screen.Recording.2024-11-19.at.2.28.42.PM.movWith lualine Screen.Recording.2024-11-19.at.2.29.40.PM.mov |
I'm experiencing the same issue :[[ |
I was having the same problem, but it turned out it was just the default 1000ms value for the refresh rate. I updated these to 100ms instead, and it's noticeably more responsive now. |
I guess that‘s a mistake? It says the default value is 100ms in Readme.md. |
lualine.nvim/lua/lualine/config.lua Line 24 in 2a5bae9
Hmm… Edit: That solves the problem. It was my old lualine config that was forcing the delay to 1000ms. |
Self Checks
How to reproduce the problem
It's happened from the commit "2024-11-07 0978a6c Fixup: fix flickering in lualine (#1316)"
Expected behaviour
A seamless speed of responding followed by user window focusing.
Actual behaviour
A noticeably slow speed of responding around 1 second.
Minimal config to reproduce the issue
Nothing but if only I checkout out somewhere after 640260d, it happens.
I've checked with a CPU like i9 or so. That was not the case though.
The text was updated successfully, but these errors were encountered: