You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using nightly, seeing the effects of this feature only requires placing virt_text_repeat_linebreak = true into the extmark_opts table in indentscope's make_draw_function(). In the below example, I am using indentscope with this option on, and it is visible on the wrapped lines indicated by dashes in the number columns.
The bulk of the change seems like it would be adding error handling and checking the user's Neovim version (until 0.10 is released), options, and indentscope configuration.
The text was updated successfully, but these errors were encountered:
Contributing guidelines
Module(s)
mini.indentscope
Description
What
Nightly now includes the ability to display extmarks on wrapped lines. This feature has made its way into other indent guide plugins (see here and here).
How
Using nightly, seeing the effects of this feature only requires placing
virt_text_repeat_linebreak = true
into theextmark_opts
table in indentscope'smake_draw_function()
. In the below example, I am using indentscope with this option on, and it is visible on the wrapped lines indicated by dashes in the number columns.The bulk of the change seems like it would be adding error handling and checking the user's Neovim version (until 0.10 is released), options, and indentscope configuration.
The text was updated successfully, but these errors were encountered: