bullets.vim
bullets.vim copied to clipboard
[Request] Support for bullet todo-lists
I found this addon just recently and I really like it! I have one issue though. When I enter a new line in a todo-list it adds - [ ], even thouhg my list uses * [ ].
It would be nice if it could understand that I want a * and not a -. I only use dashed for secondary lists myself:
* [ ] Item
- [ ] Sub item
* [ ] Another item
Thanks!