lists.vim
lists.vim copied to clipboard
A Vim plugin to handle lists
Results
2
lists.vim issues
Sort by
recently updated
recently updated
newest added
When in a list, in normal mode, hitting ``o`` causes the new line to be opened, but with the cursor indented irregularly. See image.
I propose to add a feature, where one can cancel a list item: ` - [ ] Foo` -> `- [-] Foo`. Potentially with a configurable syntax, instead of the...