Releases: folke/lazy.nvim
Releases ยท folke/lazy.nvim
v11.13.2
Bug Fixes
- loader: add auto loaded module to package.loaded early to prevent require loops (18d1c1b)
v11.13.1
Bug Fixes
- build: only load the plugin before build for
:
build commands (5bdb12a)
v11.13.0
Features
- ui: added mapping descriptions (6ca90a2)
v11.12.0
Features
- git: added git network throttle to limit network related git ops per interval. Closes #1635 (d731a6b)
v11.11.0
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
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.2
Bug Fixes
- git: only check for new commits for local plugins. Closes #1512 (81d2bff)
v11.10.1
Bug Fixes
- lockfile: keep cond=false and enabed=false in lockfile. Fixes #1535. Fixes #1606 (baac551)