Skip to content

Releases: folke/lazy.nvim

v10.23.0

07 Jun 08:55
fafe1f7
Compare
Choose a tag to compare

10.23.0 (2024-06-07)

Features

  • plugin: opts_extend can be a list of dotted keys that will be extended instead of merged (1f7b720)
  • util: opts merging now supports lists extending by tagging a table with __extend = true. Use with care (74fd361)

v10.22.2

06 Jun 10:48
70f2c09
Compare
Choose a tag to compare

10.22.2 (2024-06-06)

Bug Fixes

  • keys: buffer-local nop mappings (ff90417)
  • keys: never lazy-load <nop> or empty rhs keymaps (3e4c795)

v10.22.1

02 Jun 12:54
b0ba3f9
Compare
Choose a tag to compare

10.22.1 (2024-06-02)

Bug Fixes

v10.22.0

01 Jun 16:58
ad30030
Compare
Choose a tag to compare

10.22.0 (2024-06-01)

Features

  • set vim.env.LAZY to lazy root (6a141a6)

v10.21.2

31 May 18:42
eab487c
Compare
Choose a tag to compare

10.21.2 (2024-05-31)

Bug Fixes

  • ui: deduplicate plugins when selecting multiple (#1491) (b77aaa0)

v10.21.1

31 May 12:15
4a8f813
Compare
Choose a tag to compare

10.21.1 (2024-05-31)

Bug Fixes

  • view: backward compat for older Neovim versions. Fixes #1489 (917dfbe)

v10.21.0

26 May 15:00
24fa2a9
Compare
Choose a tag to compare

10.21.0 (2024-05-26)

Features

  • added support for local spec files .lazy.lua (9dde1f1)
  • single-plugin keys in the lazy view in visual mode (#1476) (7667a73)

Bug Fixes

  • render: disable underline for diagnostics (#1478) (ea7b9c3)

v10.20.5

21 May 22:11
8f19915
Compare
Choose a tag to compare

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

12 May 08:16
758bb5d
Compare
Choose a tag to compare

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)

v10.20.3

29 Mar 07:19
bef521a
Compare
Choose a tag to compare

10.20.3 (2024-03-28)

Bug Fixes

  • ui: disable backdrop when Neovim is transparent (0ccf031)