Skip to content
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

Use Native Folding (nvim 0.10) #959

Merged
merged 21 commits into from
Nov 28, 2023
Merged

Use Native Folding (nvim 0.10) #959

merged 21 commits into from
Nov 28, 2023

Conversation

CKolkey
Copy link
Member

@CKolkey CKolkey commented Nov 21, 2023

Replaces the slow internal state with native folds. Now that nightly supports highlights for folds, we can provide a nice, fast, native experience.

neovim/neovim#12649

Caveat: Requires nvim 0.10 to get the fold's to be highlighted nicely.

Closes #955

@CKolkey CKolkey changed the title Proof of concept for native folding Use Native Folding Nov 22, 2023
@CKolkey CKolkey changed the title Use Native Folding Use Native Folding (nvim 0.10) Nov 22, 2023
@CKolkey CKolkey changed the base branch from master to nightly November 28, 2023 10:57
@CKolkey CKolkey marked this pull request as ready for review November 28, 2023 21:19
@CKolkey CKolkey merged commit 7532299 into nightly Nov 28, 2023
3 checks passed
@CKolkey CKolkey deleted the native-folding branch November 28, 2023 21:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bad scrolling performance in git log buffer
1 participant