Releases: folke/lazy.nvim
Releases · folke/lazy.nvim
v11.17.1
Bug Fixes
- bootstrap: support for older Neovim versions (1c9ba37)
- meta: rebuild dirty right after disable. See #1889 (d51cf69)
v11.17.0
Features
- config,render: allow customizing the debug icon (#1863) (a9c660d)
- util: pass lang to
vim.notify
so that snacks notifier can render the ft. Closes #1919 (c6a57a3)
Bug Fixes
- config: add missing space on the default debug icon (#1879) (4df5c4d)
- meta: disable top-level specs before the rest. Closes #1889 (f81a3fb)
- ui: do not show virt_lines for messages (#1904) (f15a939)
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)