autolist.nvim icon indicating copy to clipboard operation
autolist.nvim copied to clipboard

Automatic list continuation and formatting for neovim, powered by lua

Results 27 autolist.nvim issues
Sort by recently updated
recently updated
newest added

``` - 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...

enhancement

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...

bug

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...

bug

# 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?

enhancement

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.

enhancement

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.

enhancement
help wanted