Skip to content

Releases: folke/lazy.nvim

v11.13.2

21 Jul 13:54
8bef074
Compare
Choose a tag to compare

11.13.2 (2024-07-21)

Bug Fixes

  • loader: add auto loaded module to package.loaded early to prevent require loops (18d1c1b)

v11.13.1

19 Jul 09:50
9a374a0
Compare
Choose a tag to compare

11.13.1 (2024-07-19)

Bug Fixes

  • build: only load the plugin before build for : build commands (5bdb12a)

v11.13.0

18 Jul 08:48
8f62257
Compare
Choose a tag to compare

11.13.0 (2024-07-17)

Features

  • ui: added mapping descriptions (6ca90a2)

v11.12.0

17 Jul 10:55
5473e3d
Compare
Choose a tag to compare

11.12.0 (2024-07-16)

Features

  • git: added git network throttle to limit network related git ops per interval. Closes #1635 (d731a6b)

v11.11.1

13 Jul 20:51
b02c9ea
Compare
Choose a tag to compare

11.11.1 (2024-07-13)

Bug Fixes

v11.11.0

13 Jul 07:26
070418d
Compare
Choose a tag to compare

11.11.0 (2024-07-11)

Features

  • add plugin name to handlers.managed (17473db)

Bug Fixes

  • minit: add tests to package.path when running busted (helpers.lua etc) (fadebdc)
  • util: strip -lua in normname (54b003c)

v11.10.4

08 Jul 05:53
f918318
Compare
Choose a tag to compare

11.10.4 (2024-07-08)

Bug Fixes

  • rocks: try building anyway even when prerequisits have not been met. (will likely fail) (f0324de)
  • ui: don't treat suspended as headless. Closes #1626 (2dfccd7)

v11.10.3

07 Jul 19:25
a6daaf6
Compare
Choose a tag to compare

11.10.3 (2024-07-07)

Bug Fixes

v11.10.2

07 Jul 06:45
89b264a
Compare
Choose a tag to compare

11.10.2 (2024-07-07)

Bug Fixes

  • git: only check for new commits for local plugins. Closes #1512 (81d2bff)

v11.10.1

05 Jul 14:13
6ca23c1
Compare
Choose a tag to compare

11.10.1 (2024-07-05)

Bug Fixes

  • lockfile: keep cond=false and enabed=false in lockfile. Fixes #1535. Fixes #1606 (baac551)