Releases: gaoDean/autolist.nvim
v2.3.0
v2.2.0
v2.1.0
v2.0.0
What's Changed
- refactor: remove unused function by @gaoDean in #44
- fix: don't modify text if not currently in a list by @gaoDean in #45
- feat(config): change how patterns are attached to filetypes (BREAKING) by @gaoDean in #46
- style: use stylua by @gaoDean in #47
- feat: only indent with tab if cursor at end of line by @gaoDean in #48
- fix: edge case in get_list_start by @gaoDean in #49
- feat: better custom list patterns configuration by @gaoDean in #50
Full Changelog: v1.10.0...v2.0.0
v1.9.0
v1.8.0
v1.7.0
What's Changed
-
aaadfa9 chore: update gitignore
-
e83d6e5 chore: direct to the wiki and notice readme config might be out of date (#31)
-
aca318b chore: Merge remote-tracking branch 'origin/main'
|
| * 88c99f1 chore: readme small update
| * 3b4eaaa chore: add features subheading to readme (#29) -
30c98b7 feat: add paste as recal mapping for default config (#29)
-
fb00a82 chore: readme
-
b7bcfd7 chore: readme
-
0b5fda0 fix: tab not in list environment didn't work, now works
-
5cad629 chore: readme update the video to a new one
-
8d4a26f fix: wasn't inserting tab character when no list found
-
87486d9 feat: for all list functions, it should ensure proper formatting and cursor end position on execution
-
24062d0 fix: tab indent didn't recal, was commented out lol
-
aa935a6 chore: readme small
-
a275393 chore: readme
-
2e14005 chore: readme
Full Changelog: v1.6.0...v1.7.0
v1.6.0
Added
- You can now use
[catch]
in conjunction with(<insert argument here>)
in the mapping config - Well tab and shift-tab finally works...
Fixed
- Indenting on tab finally works (#19)
- double up of list marker was recognised as a list entry (#26)
- broke this plugin for non-md files (#24)
init.lua
scales withauto.lua
(#22)- Bug in Normal mode pressing O in indented list (#25)
Full Changelog: v1.5.0...v1.6.0
Version 1.5.0
Added
- You can now set your own mappings with all the functions the script has access to, look to the wiki for the
config.insert_mappings
andconfig.normal_mappings
. - Added a default mapping of
<c-z>
in insert mode to recalculate the list, dunno if anyone else wanted that but i was just getting annoyed. - Support for
<tab>
and<s-tab>
, they now work like word processors. (functions like<c-t>
)
Changed
- removed config docs in
config.lua
moved to the wiki
Fixed
- pressing
O
at the start of the list made it start with 2
Full Changelog: v1.4.0...v1.5.0
Version 1.4.0
Added
- can now invert the entire list, when pressing invert on one list entry.
Changed
- on top level lists, the default was to also indent when inverting the list. Changed that to off by default, #17
Fixed
- recal didn't check for var nil before using #16
Full Changelog: v1.3.0...v1.4.0