My own KISS markdown bullet plugins
DISCLAIMER: This Plugin is for my personal use only. It may or may to be abanoned at any time, and may recieve abitrary changes without notice.
- Neovim
0.7+
Install B4rc1/md-bullets.nvim
using your plugin manager.
Demo: |
: cursor
- some text|
Press <CR>
- some text
- |
Press <CR>
again
- some text
|
This is mainly useful for nested obsidian callouts
> > some text|
Press <CR>
> > some text
> > |
Press <CR>
> > some text
> >
> > |
Press <CR>
> > some text
> |
You are free to submit pull requests with your desired changes or fork the plugin.