Is this issue with conflict between nvim-treesitter-context, render-markdown and indent-blankline plugins? #355
Answered
by
MeanderingProgrammer
Nishanth-2024
asked this question in
Q&A
Screen.Recording.2025-03-02.at.11.45.00.movIndentation changes for sticky headers as I scroll down. Also, at one point it stops rendering header in full width (ofcourse only within sticky header) |
Answered by
MeanderingProgrammer
Mar 3, 2025
Replies: 2 comments
|
For additional context, without indentation enabled in headers, it works until I reach end of the page and then it breaks. without-indentation-in-headers.mov |
0 replies
|
This is due to the plugin only rendering what's visible in the window (plus a bit of buffer in both directions). This is for performance reasons, since rendering content outside of this range doesn't make sense while making things much slower. Whether indentation is enabled or not shouldn't effect when things are no longer rendered in the sticky headings, so that's most likely just a coincidence based on how you were scrolling and when various updates took place. |
0 replies
Answer selected by
MeanderingProgrammer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is due to the plugin only rendering what's visible in the window (plus a bit of buffer in both directions). This is for performance reasons, since rendering content outside of this range doesn't make sense while making things much slower. Whether indentation is enabled or not shouldn't effect when things are no longer rendered in the sticky headings, so that's most likely just a coincidence based on how you were scrolling and when various updates took place.