@PhilAtKC do you really mean line wrapping at the indicator or (automatic) line breaking? Line wrapping is purely visual, i.e. just so that long lines aren't hidden after the visible area (requiring the user to scroll).
Line breaking really inserts newlines in the buffer. For this I could imagine automatic breaking to be useful in very few cases. However, most of the time this risks to introduce syntax problems or otherwise unreadable code. And there needs to be a way to overrule the line break on some occasions because it's never going to be perfect for everyone.
So, the answer to your original question is "you don't" as we don't support it today. I'm sorry about that. If you want support for it please open a PR.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.