🚧 BREAKING CHANGES
Bullets on empty buffers are now disabled by default, to re-enable add the following to your config:
vim.g.bullets_enable_in_empty_buffers = 1
VimScript
let g:bullets_enable_in_empty_buffers = 1
Also addressed conflicts with other plugins when this feature was enabled - it should be more stable now and not conflict.
What's Changed
- adding support for '+ [ ]: ' checkboxes by @huynle in #135
- feat: add support for fullwidth colon ":" by @alohaia in #148
- Bugfix - strcharlen support older vim by @harshad1 in #150
- Option to disable roman lists by @harshad1 in #153
- Caching bullets for performance by @harshad1 in #146
New Contributors
Full Changelog: v1.11.0...2.0.0