Releases: nvim-neorocks/lz.n
Releases · nvim-neorocks/lz.n
v2.11.1
2.11.1 (2025-01-26)
Performance Improvements
- keymap-api: cache lookups (2817538)
v2.10.1
2.10.1 (2025-01-25)
Bug Fixes
- cmd handler can delete user commands created in before hook (#130) (448df14)
v2.9.2
2.9.2 (2024-10-30)
Bug Fixes
- loader: support importing submodules (
foo.bar
) (988b7b3)
v2.9.1
2.9.1 (2024-10-24)
Bug Fixes
- setting
lazy = false
marks plugin as eager (#108) (6325a21)
v2.9.0
2.9.0 (2024-10-21)
Features
lazy
field for lazy-loading via trigger_load
only (#105) (a7b445f)
v2.8.1
2.8.1 (2024-10-15)
Bug Fixes
- hooks: regression preventing beforeAll from being run (#101) (8259302)
v2.8.0
2.8.0 (2024-09-18)
Features
load
: take first module when multiple matches exist on the rtp (#94) (1d1c546)
v2.7.0
2.7.0 (2024-09-16)
Features
- move handler field parsing logic to handlers (#92) (33796ea)