-
Notifications
You must be signed in to change notification settings - Fork 239
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
Bad scrolling performance in git log buffer #955
Comments
Yeah. There's some gnarly |
Well, it just so happens that nvim 0.10 added an API that will let us do native folding instead of the custom stuff we do now! #959 So, this won't look nice for the current stable release, but it's a HUGE performance win. |
Thanks for fixing it can't wait for it to be merged! |
Same, this has been bugging me for ages. |
@CKolkey the slowness is not fixed I believe it has gone even worse you can reproduce it with the file that i have attached in issue |
Fix won't be on I haven't finished punching up the commit view, so can't make any claims about that |
oh sorry I thought that's merged into |
Ahh, yeah, no, it uses the new native folds, which requires api's that are only on nightly. Eta... march? Not my call :) |
Description
Hey,
It's the first time I'm using this plugin and looks pretty promising, although noticed that scrolling in a new file containing 1K lines of change is so slow
out_new.mp4
Neovim version
NVIM v0.9.4
Build type: Release
LuaJIT 2.1.1697887905
Operating system and version
Gentoo Linux
Steps to reproduce
:Neogit
Expected behavior
scroll smoothly
Actual behavior
scrolling in git log buffer is choppy and slow
Minimal config
The text was updated successfully, but these errors were encountered: