bullets.vim icon indicating copy to clipboard operation
bullets.vim copied to clipboard

[Feature Request] Option to pad the whole list

Open Frederick888 opened this issue 3 years ago • 1 comments

For example, instead of

I. text
II. text
III. text
IV.  text
V.   text

...allow users to have

I.   text
II.  text
III. text
IV.  text
V.   text

I understand this doesn't make a difference in Markdown (doesn't hurt either tho), but it looks nice in code blocks and plain text files.

Frederick888 avatar Mar 28 '21 23:03 Frederick888

If the list items are numeric, it's better to pad with zero than to add unnecessary space. https://github.com/dkarter/bullets.vim/issues/142

avidseeker avatar Nov 14 '23 00:11 avidseeker