-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
🔖 Feature description:
Currently, with org_indent
and linewise_hybrid_mode
enabled, cursorline(or an alternatively edit_range
) won't be renderd. Thus, the extra indentation for org_indent
is not applied on cursor line.
My preference is debounce as much as possible
. I don't want to see the cursor line deindent
and indent
frequently.
Is it possible to keep the indentation of cursor line in hybrid mode?
📂 Possible solutions:
I haven't read the source carefully. Is partially rendering possible?
🧾 Feature reference:
render-markdown.nvim
does render cursor line in a way like above, with similar (org-like-heading)
indentand
conceal` enabled.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request