Skip to content

Releases: folke/lazy.nvim

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)

v11.10.0

04 Jul 19:02
407e65c
Compare
Choose a tag to compare

11.10.0 (2024-07-04)

Features

  • profiling: merge VeryLazy stats and show startuptime in profile view (0f2786b)

Bug Fixes

  • config: determine headless only during startup. Fixes #1608 (6fdd904)
  • plugin: local spec name (923e1aa)

v11.9.2

03 Jul 10:12
cea5920
Compare
Choose a tag to compare

11.9.2 (2024-07-02)

Bug Fixes

  • async: make asyncs abortable (1fad617)
  • health: check for errors when executing commands. Closes #1599 (d0921f5)

Performance Improvements

  • plugin: minor optim to resolve imports a bit faster (a9d7ade)

v11.9.1

30 Jun 10:48
c882227
Compare
Choose a tag to compare

11.9.1 (2024-06-30)

Performance Improvements

  • automatically suspend the scheduler when all threads are waiting (#1591) (c7ed87f)
  • suspend when tasks are active (2f4ac03)

v11.9.0

29 Jun 15:02
0507e19
Compare
Choose a tag to compare

11.9.0 (2024-06-29)

Features

  • ui: use [[ & ]] to navigate between plugins. Fixes #1463 (5e3c112)

Bug Fixes

  • ui: when closing details, jump to plugin header. Closes #1338 (3772914)

v11.8.2

29 Jun 12:00
5bddef2
Compare
Choose a tag to compare

11.8.2 (2024-06-29)

Bug Fixes

  • process: deal with process errors (a75d950)
  • ui: save/restore view right before/after rendering (5d334b9)

Performance Improvements

  • rocks: vim.fn.executable is slow on WSL2, so only check for luarocks when needed. Closes #1585 (9ab3061)