Releases: folke/lazy.nvim
Releases · folke/lazy.nvim
v11.10.0
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
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
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
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
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
11.8.1 (2024-06-29)
Bug Fixes
- async: remove debug assert (3513227)
v11.8.0
11.8.0 (2024-06-29)
Features
- plugin: allow loading specs without pkg (695a058)
v11.7.0
11.7.0 (2024-06-29)
Features
- minit: fallback to habamax when no colorscheme set (88f4d13)
v11.6.0
11.6.0 (2024-06-29)
Features
- task: build procs can now yield a LazyMsg for more control (9cf7459)