v11.5.0
版本发布时间: 2024-06-27 23:34:52
folke/lazy.nvim最新发布版本:v11.14.1(2024-07-25 19:39:12)
11.5.0 (2024-06-27)
Features
- added
opts.headless
to control ansi output when running headless (a0a51c0) - added localleader-i to inspect a plugin (2e1167d)
- health: show steps to get luarocks working. See #1570 (c0fd59b)
- health: show user's lazy.nvim version in checkhealth (9c8e7a4)
- ui: keep cursor position when rendering view (591ded8)
- ui: remap gx -> K. Fixes #1561 (e3e4314)
- ui: show indication of plugins that need build. See #1563 (53f314d)
Bug Fixes
- manage: dont skip install for plugins that need a build, but dont have an url (like local plugins). Fixes #1563 (a0391c3)
- meta: resolve deps from meta instead of fragments. Fixes #1566 (6a42327)
- pkg: only show pkg changed when effectively changing a pkg file. Fixes #1567 (24a86d5)
- rocks: if installing with luarocks (binaries) fails, then build from source. Fixes #1563 (8227632)
- runner: only check for errors when a task is no longer running (e02c5b1)
- runner: only use Config.plugins when updated. Fixes #1560 (97f4df0)
- runner: properly do concurrency (66a4170)
- runner: wait_step (93b3a77)
- ui: diagnostics without status (249902a)
Performance Improvements
- prevent active waiting in coroutines. suspend/resume instead (68cee30)