autolist.nvim
autolist.nvim copied to clipboard
Automatic list continuation and formatting for neovim, powered by lua
``` - test1 test2 | test3 test4 cursor here --^ ``` when enter is pressed ``` - test1 test2 - | ```
A “module” is just the behaviour of autolist for some file. Basically how lists should be automated for some file. Please comment a filetype (or multiple), and how the list...
Hey, I really like the idea for your plugin, but unfortunately after installing it, it wasn't working. I use [`ZhiyuanLck/smart-pairs`](https://github.com/ZhiyuanLck/smart-pairs) for pairs and [`hrsh7th/nvim-cmp`](https://github.com/hrsh7th/nvim-cmp) for completion, and to make them...
Hey there, Nice plugin! ## description When "dedenting" an item which is not at the end of a list, the next item number increases by 2. ## to reproduce ```md...
# just an issue tracker ## Todo - delete line in insert mode, renumber ## In progress - refactor the engine to allow all kinds of list markers ## Done...
Hey, nice work. I love the checkbox feature from bullets.vim. What do you think about adding this?
There is a project with a syntax really similar to **Markdown** called [**Neorg**](https://github.com/nvim-neorg/neorg). It would be nice to have support for that.
Is it possible to renumber list elements as you move them around?
[Draft] It's a bit annoying trying to write out a map or a list in programming languages and this plug-in looks capable of helping. I am not sure this can...
Just use `:new` and start typing, `autolist.nvim` seems will not work on that buffer.