Skip to content

Releases: folke/lazy.nvim

v11.14.1

25 Jul 11:39
077102c
Compare
Choose a tag to compare

11.14.1 (2024-07-25)

Bug Fixes

  • plugins: "Vim:E150: Not a directory" on plugin update (#1679) (7108809)

v11.14.0

24 Jul 05:39
4496b4c
Compare
Choose a tag to compare

11.14.0 (2024-07-24)

Features

  • added opts.git.cooldown to allow updating plugins on slow connections. Fixes #1656 (d5686ef)
  • plugin: improve error handling and show better error message (c02268a)

Bug Fixes

  • plugin: make .lazy.lua work again (b4a5a12)

v11.13.5

22 Jul 12:42
839f9e7
Compare
Choose a tag to compare

11.13.5 (2024-07-22)

Bug Fixes

  • health: dont use vim.fn.system to get cmd versions (7d29719)

v11.13.4

22 Jul 07:47
16a5c46
Compare
Choose a tag to compare

11.13.4 (2024-07-22)

Bug Fixes

  • loader: add plugins whose rtp got loaded early to start plugins (34b0126)
  • loader: explicitely set package.loaded.modname to nil to prevent recursive loading errors (12f2c74)

v11.13.3

21 Jul 15:35
a09c876
Compare
Choose a tag to compare

11.13.3 (2024-07-21)

Reverts

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

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