Skip to content

Releases: folke/lazy.nvim

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)

v11.8.1

29 Jun 08:38
8dd947f
Compare
Choose a tag to compare

11.8.1 (2024-06-29)

Bug Fixes

  • async: remove debug assert (3513227)

v11.8.0

29 Jun 08:21
00c23e7
Compare
Choose a tag to compare

11.8.0 (2024-06-29)

Features

  • plugin: allow loading specs without pkg (695a058)

v11.7.0

29 Jun 06:14
cece2a9
Compare
Choose a tag to compare

11.7.0 (2024-06-29)

Features

  • minit: fallback to habamax when no colorscheme set (88f4d13)

v11.6.0

29 Jun 05:17
cfdfb78
Compare
Choose a tag to compare

11.6.0 (2024-06-29)

Features

  • task: build procs can now yield a LazyMsg for more control (9cf7459)

v11.5.2

28 Jun 16:34
ec95702
Compare
Choose a tag to compare

11.5.2 (2024-06-28)

Bug Fixes