Releases: folke/lazy.nvim
Releases · folke/lazy.nvim
v11.16.2
Bug Fixes
- meta: when a plugin is both optional and disabled, then just delete it from the list (805b85c)
v11.16.1
Bug Fixes
- types: ensure all fields for
LazyPluginSpec
are optional (#1843) (703be1d), closes #1842
v11.16.0
Features
- plugin: added support for virtual plugins. Closes #1836 (ee64abc)
Bug Fixes
- plugin: don't check if dir exists for virtual plugins (656cf43)
- render: show correct key for home. Fixes #1796 (b08dba8)
v11.15.0
Features
- plugin: show error for local plugins that don't exist. Fixes #1773 (9570a5a)
v11.14.2
Bug Fixes
- bootstrap: single forward slash. Fixes #1747 (aca30f6)
- completion: check if command string is a prefix of Lazy (#1760) (e9fd76e), closes #1758
- docs: always update helptags for local plugins (60cf258)
- luarocks: try to install from root manifest (#1687) (591ef40)
- rocks: add lib64 plugin directory to package.cpath (#1717) (80da254)
- rockspec: allow binary lua files. Fixes #1800 (408449a)
v11.14.1
Bug Fixes
- plugins: "Vim:E150: Not a directory" on plugin update (#1679) (7108809)
v11.14.0
Features
- added
opts.git.cooldown
to allow updating plugins on slow connections. Fixes #1656 (d5686ef)
- plugin: improve error handling and show better error message (c02268a)
Bug Fixes
- plugin: make .lazy.lua work again (b4a5a12)
v11.13.5
Bug Fixes
- health: dont use vim.fn.system to get cmd versions (7d29719)
v11.13.4
Bug Fixes
- loader: add plugins whose rtp got loaded early to start plugins (34b0126)
- loader: explicitely set package.loaded.modname to nil to prevent recursive loading errors (12f2c74)
v11.13.3
Reverts
- fix(loader): add auto loaded module to package.loaded early to prevent require loops (a692bf8)