Releases: mrjones2014/legendary.nvim
Releases · mrjones2014/legendary.nvim
v2.13.2
What's Changed
- fix(docs): fix typo in lazy.nvim extension config by @simon123h in #402
- chore: generated vimdoc by @github-actions in #403
New Contributors
- @simon123h made their first contribution in #402
Full Changelog: v2.13.1...v2.13.2
v2.13.1
v2.13.0
What's Changed
- feat(extension)!: Move which-key.nvim and lazy.nvim integrations to extensions by @mrjones2014 in #400
Full Changelog: v2.12.2...v2.13.0
v2.12.2
What's Changed
- fix(integrations): Fix lazy.nvim integration due to breaking change upstream by @mrjones2014 in #398
Full Changelog: v2.12.1...v2.12.2
v2.12.1
What's Changed
- feat(api): Allow config.keymaps/commands/autocmds/funcs/itemgroups to… by @mrjones2014 in #393
- chore: generated vimdoc by @github-actions in #394
- fix(api): Fix error when calling find() with nil options table by @mrjones2014 in #396
Full Changelog: v2.12.0...v2.12.1
v2.12.0
What's Changed
- feat(api): Add command + API to repeat last selected item by @mrjones2014 in #385
- chore: generated vimdoc by @github-actions in #387
- fix(executor): Preserve type of visual mode by @notEvil in #388
- feat(api): Add API to start finder from a specified root item group by @mrjones2014 in #391
- chore: generated vimdoc by @github-actions in #392
Full Changelog: v2.11.0...v2.12.0
v2.11.0
What's Changed
- feat(which-key): Add option to not group items when parsing which-key.… by @mrjones2014 in #373
- chore: generated vimdoc by @github-actions in #374
- fix(api): Fix incorrect adjustment of visual mode marks by @notEvil in #378
- feat(keymaps): Execute builtin keymaps without remapping by @notEvil in #380
- feat(integrations): Optionally autoload keymaps from lazy.nvim plugin specs by @mrjones2014 in #382
- chore: generated vimdoc by @github-actions in #383
New Contributors
Full Changelog: v2.9.4...v2.11.0
v2.9.4
What's Changed
- fix(frecency): Fail gracefully if sqlite not available or cannot open DB by @mrjones2014 in #369
- chore: generated vimdoc by @github-actions in #370
Full Changelog: v2.9.3...v2.9.4
v2.9.3
What's Changed
- fix(frecency): revert incorrect SQLite path lookup by @mrjones2014 in #366
- chore(docs): Update README.md to include troubleshooting steps for frecency sort by @mrjones2014 in #367
- chore: generated vimdoc by @github-actions in #368
Full Changelog: v2.9.2...v2.9.3
v2.9.2
What's Changed
- chore: Add infrastructure to automatically download testing support libs by @mrjones2014 in #356
- chore: generated vimdoc by @github-actions in #357
- fix: replace
goto
withbreak
statement by @mrjones2014 in #359 - fix(scratchpad): Attach Lua LSP to buffer when entering scratchpad buf by @mrjones2014 in #360
- fix(frecency): Make SQLite integration work for more setups by @mrjones2014 in #362
Full Changelog: v2.10.0...v2.9.2