Skip to content

Releases: folke/lazy.nvim

v11.17.5

06 Nov 09:27
85c7ff3

Choose a tag to compare

11.17.5 (2025-11-06)

Bug Fixes

  • luarocks: proper parsing of dependency name. Closes #2086 (5c09e6f)

v11.17.4

04 Nov 14:27
e6a8824

Choose a tag to compare

11.17.4 (2025-11-04)

Bug Fixes

  • plugin: proper error message when a plugin spec returns more than one value. (dfdc85e)

v11.17.3

03 Nov 07:00
202d8e9

Choose a tag to compare

11.17.3 (2025-10-28)

Bug Fixes

v11.17.2

23 Oct 09:50
db06788

Choose a tag to compare

11.17.2 (2025-10-23)

Bug Fixes

  • luarocks: add plugin to lua path if it was already loaded before we know its a luarock (147f5a3)
  • plugin: check that path is actually in root dir. Closes #2075 (16e5271)
  • stats: better support for different time_t sizes. See #2049 (1ea3c40)

v11.17.1

25 Feb 19:20
6c3bda4

Choose a tag to compare

11.17.1 (2025-02-25)

Bug Fixes

  • bootstrap: support for older Neovim versions (1c9ba37)
  • meta: rebuild dirty right after disable. See #1889 (d51cf69)

v11.17.0

25 Feb 18:15
96a205c

Choose a tag to compare

11.17.0 (2025-02-24)

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

13 Dec 18:58
7e6c863

Choose a tag to compare

11.16.2 (2024-12-13)

Bug Fixes

  • meta: when a plugin is both optional and disabled, then just delete it from the list (805b85c)

v11.16.1

10 Dec 19:13
7c49371

Choose a tag to compare

11.16.1 (2024-12-09)

Bug Fixes

  • types: ensure all fields for LazyPluginSpec are optional (#1843) (703be1d), closes #1842

v11.16.0

07 Dec 20:44
014d1d6

Choose a tag to compare

11.16.0 (2024-12-07)

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

05 Dec 08:11
a44e9cd

Choose a tag to compare

11.15.0 (2024-12-05)

Features

  • plugin: show error for local plugins that don't exist. Fixes #1773 (9570a5a)