bullets.vim
bullets.vim copied to clipboard
🔫 Bullets.vim is a Vim/NeoVim plugin for automated bullet lists.
Markdown output (through pandoc) results in very different nested lists.
This plugin is incredible and works very well, but for some reason it has stopped recognizing numbers for me. If I type 1. and hit enter, it no longer makes...
Hello ,thanks for your useful plugin! I use \ to confirm the complete in coc , but when I use coc and bullets.vim in the same time , the coc-snippets...
[I have same problem as this issue.](https://github.com/dkarter/bullets.vim/issues/11#issue-231698590) Turns out this plugin has some conflict with [https://github.com/preservim/vim-markdown](https://github.com/preservim/vim-markdown).
It would be great to have an option to auto indent a list after a colon. Something like `g:bullets_auto_indent_after_colon`. The value may set to `0` as default so you don't...
it would be great if different indentation bullets had a different color so its easier to follow what is going on. also, highlighting/bold date formats would be great both requests...
Not sure if this is intentional or not but I assume it would work the same as incrementing/decrementing with `` in normal mode To reproduce: ``` - some list ```...
When trying to indent multiple lines, I get the following messages `E481: No range allowed`. This happens in any line of the file being edited, and not only on the...
When I have ``` 1. a 2. a 3. a 4. a 5. a 6. a 7. a 8. a 9. a ``` If I press `` in insert mode...
This PR implements the functionnality to set custom mappings. This option can be used by setting the `g:bullets_bindings` variable in the vim rc file as follow (for example): ``` let...