bullets-vim / bullets.vim

🔫 Bullets.vim is a Vim/NeoVim plugin for automated bullet lists.
https://doriankarter.com
Other
474 stars 36 forks source link

Allow disabling change of bullet style on level change #112

Closed hupfdule closed 7 months ago

hupfdule commented 3 years ago

This commit introduces a new option g:bullets_change_style_on_level_change to allow disabling the automatic change of bullet style when promoting/demoting bullet items.

harshad1 commented 7 months ago

I am not sure what I was thinking when I posted that message about early returns... sorry.

I do have let g:bullets_outline_levels = [] set locally and it does seem to do what your changes achieve. Closing this now. Let me know if it should be reopened for some reason.