Skip to content

Releases: folke/lazy.nvim

v11.17.1

25 Feb 19:20
6c3bda4
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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)

v11.14.2

11 Nov 10:08
7967abe
Compare
Choose a tag to compare

11.14.2 (2024-11-10)

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

25 Jul 11:39
077102c
Compare
Choose a tag to compare

11.14.1 (2024-07-25)

Bug Fixes

  • plugins: "Vim:E150: Not a directory" on plugin update (#1679) (7108809)

v11.14.0

24 Jul 05:39
4496b4c
Compare
Choose a tag to compare

11.14.0 (2024-07-24)

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

22 Jul 12:42
839f9e7
Compare
Choose a tag to compare

11.13.5 (2024-07-22)

Bug Fixes

  • health: dont use vim.fn.system to get cmd versions (7d29719)