-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
List Formatting With Soft Wrap #60
Comments
I vaguely recall that wasn't a controllable behavior for Vim's soft wrap mode back when I wrote pencil to support it years ago. However, Vim and Neovim have changed since then. If you can figure out a setting to modify that behavior, I can look at supporting it in pencil. Thanks. |
Thanks for responding! From what I've gathered from this thread, it seems like I posted this on reddit and there were some other ideas tossed around. In particular, this thread seemed to offer some ideas of how to actually implement it. I wish I knew coding better to offer more help, but alas I use vim for word processing (made enjoyable by your plugin here). This feature would be tremendous boon for using vim for outlines and brainstorming. |
Absolutely agree. I'd really like to see this feature as well. Markdown and free flowing text/prose really only works with soft wraps and reasonable list indentation is really key for the readability of text with lists/bullets. It's a pity that not even vim/neoVim is configurable enough that this can be achieved, not even with a custom plugin, as I understand it. For those that would benefit from this feature, please upvote/comment on the GitHub feature request for vim (still open as of March 2021) and also for the corresponding one for NeoVim. My current workaround is using |
VIM has and NeoVIM will soon have new features in this department. |
For those who come here figuring out how to do this, what you need to set is: |
Hey friends - loving the plugin. I'm wondering if there's a way to set the formatting on a list with soft wrap to go from the wrapped line going directly under the bullet like this:
To the wrapped line being in line with the text like this:
Any help is greatly appreciated, thank you!
The text was updated successfully, but these errors were encountered: