Releases: folke/lazy.nvim
Releases Β· folke/lazy.nvim
v10.24.0
v10.23.0
v10.22.2
v10.22.1
v10.22.0
v10.21.2
v10.21.1
v10.21.0
v10.20.5
10.20.5 (2024-05-21)
Bug Fixes
- checker: ignore dev plugins (#1384) (2e04a0c)
- git: force
autocrlf=false
. Fixes #1055 (d2a4ce2) - help: get rid of any tbl_flatten or iter flatten code (56a34a8)
- keys: properly deal with ft list for keys. Fixes #1448 (82cf974)
- keys: properly re-create buffer-local mappings. Fixes #1448 (39de11a)
- use vim.iter():flatten():totable() over vim.tbl_flatten (#1454) (d039aec)
v10.20.4
10.20.4 (2024-05-12)
Bug Fixes
- heath: vim.uv. Fixes #1412 (481aed7)
- reload: strings in lua reload (#1439) (2fcbcaf)
- ui: add conditional
nvim_get_hl_by_name
for Neovim 0.8.0 (#1429) (24234f4) - ui: hover now opens repo url when no diff with main. Fixes #1430 (4084506)
- ui: set backdrop filetype to
lazy_backdrop
. Fixes #1399 (31ddbea)