Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@dkarter dkarter released this 11 Feb 07:23
af7e7ad

🚧 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

New Contributors

Full Changelog: v1.11.0...2.0.0