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

[Feature Request] colorize different indentation lines #99

Open mstojanovic opened 3 years ago

mstojanovic commented 3 years ago

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 are available in vim-journal, and this would def make me switch completely to this plugin since it has the features i want for easily creating and navigating through different lists

braham-snyder commented 3 years ago

This seems to work well so far: https://github.com/bmihai/nanootl

nathanbraun commented 2 years ago

This seems to work well so far: https://github.com/bmihai/nanootl

@braham-snyder it looks like it requires its own filetype, have you successfully used it with a markdown or another filetype?

braham-snyder commented 2 years ago

No idea if it was the right way (good chance it wasn't), but I had set filetype+=.nanootl to make it work with text files. Was using it daily.

But from brief testing I like https://github.com/lervag/vim-rainbow-lists better so far (thanks for contributing to it) since it lets you add deeper coloring levels (without modifying the plugin itself).