Replies: 1 comment
-
I remember this being brought up in #5420 but I don't think it was implemented to keep the scope of the PR small. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm wondering if the current behaviour when both
soft-wrap
andrulers
are enabled is intentional. Here is what Helix and Neovim look like withsoft-wrap
enabled andrulers
/colorcolumn
in columns 60 and 80:Helix:

Neovim:

In Helix's case, the column continues uninterrupted through the wrapped line, which does look nicer, but I'd argue the broken line displayed by Neovim is more functional, since the coloured background at the start of
vitae
accurately highlights the 80th character on that line.So as stated at the top, my question is whether this behaviour is intentional. If this wasn't already explicitly decided upon, should we consider matching Neovim's behaviour here? Or is there another option that I haven't thought of which might be better than either one or the other? I suppose making this configurable would be an alternative, though I'm not sure what the performance impact would be.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions