nvim-markdown icon indicating copy to clipboard operation
nvim-markdown copied to clipboard

Added automatic list-enumeration upon addition or deletion of items + some refactors

Open nmder opened this issue 1 year ago • 1 comments

Hi there,

The key features added are:

  1. Deleting, pasting, or adding numbered items in normal mode---with d, p, and o/O, respectively---automatically adjusts the indices.
  2. Shift-Tab to de-indent bullets through <Plug>Markdown_DeindentListItem.

Also, vim.on_key callback is now restricted to post item-insertion only.

Thanks!

nmder avatar Jul 19 '23 10:07 nmder