Skip to content

Releases: nvim-neorocks/lz.n

v2.0.1

22 Aug 19:29
8d06940
Compare
Choose a tag to compare

2.0.1 (2024-08-22)

Bug Fixes

  • loader: deterministic ordering when loading lists of plugins (8667b60)

v2.0.0

20 Aug 11:49
005420a
Compare
Choose a tag to compare

2.0.0 (2024-08-20)

⚠ BREAKING CHANGES

  • simplify state management + idempotent trigger_load (#56)

Features

  • simplify state management + idempotent trigger_load (#56) (701d6ac)

Bug Fixes

  • altered loading order for startup plugins (#49) (50c1454)

v1.4.4

09 Aug 08:34
783b9ed
Compare
Choose a tag to compare

1.4.4 (2024-08-09)

Bug Fixes

  • colorscheme handler broken for start plugins (#41) (7ba8692)

v1.4.3

10 Jul 20:20
3d36b68
Compare
Choose a tag to compare

1.4.3 (2024-07-10)

Bug Fixes

  • spec list with a single plugin spec ignored (#34) (e0831fe)

v1.4.2

29 Jun 13:38
efd5837
Compare
Choose a tag to compare

1.4.2 (2024-06-29)

Bug Fixes

  • keys: don't ignore modes that aren't 'n' (#28) (8886765)

v1.4.1

26 Jun 12:12
4ef22dd
Compare
Choose a tag to compare

1.4.1 (2024-06-26)

Bug Fixes

  • odd intermittent issue with load function (#21) (1ac92ff)

v1.4.0

24 Jun 17:03
24f9fe1
Compare
Choose a tag to compare

1.4.0 (2024-06-24)

Features

  • extend lz.n with custom handlers (#17) (d61186f)

v1.3.2

19 Jun 16:06
4bc51de
Compare
Choose a tag to compare

1.3.2 (2024-06-19)

Bug Fixes

  • event: broken DeferredUIEnter event (cf11ec2)

v1.3.1

19 Jun 15:49
924236c
Compare
Choose a tag to compare

1.3.1 (2024-06-19)

Bug Fixes

  • support /nix/store links (fa625dd)

v1.3.0

18 Jun 16:07
5368c55
Compare
Choose a tag to compare

1.3.0 (2024-06-18)

Features

  • support importing init.lua submodules (5c3c2a1)
  • support loading plugin spec lists and imports more than once (d911029)