Open eduardoarandah opened 3 years ago
When doing a list, what I would expect is
- one - two - three
But when clicking <esc>o I get:
<esc>o
It can be fixed it with g:vim_markdown_new_list_item_indent = 0 but IMHO nested lists aren't that common to be worth indent every time :-)
g:vim_markdown_new_list_item_indent = 0
I definitely agree! This was a pain point until I disabled it.
When doing a list, what I would expect is
But when clicking
<esc>o
I get:It can be fixed it with
g:vim_markdown_new_list_item_indent = 0
but IMHO nested lists aren't that common to be worth indent every time :-)