autolist.nvim
autolist.nvim copied to clipboard
Please submit module ideas
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 should behave for it.
Thanks
Suggesting to add support for checkboxes #5
yes, perhaps if you wanted to add a module idea open an issue, and link it here like @namjul, so we can track it.
Have set of preceding symbols for list items configurable per filetype, such as \item for latex of multiple -s for neorg.
Increasing list indentation when list item ending in ::
- foo:
Running o or <CR>:
- foo:
- |
Increasing list indentation when list item ending in
::- foo:Running
oor<CR>:- foo: - |
Nice, will implement
just so I dont forget: tab and shift tab for empty lists
what do you guys think of deleting the whole list marker on backspace idk
Have set of preceding symbols for list items configurable per filetype, such as
\itemfor latex of multiple-s for neorg.
latex done, try it out
Suggesting to add support for checkboxes #5
checkboxes done
@davidsierradz implemented, do you think it should do it without the list e.g
foo:
Running o or <CR>:
foo:
- |
edit: implemented anyway
imma close this cus you can just open an issue