Releases: folke/lazy.nvim
Releases · folke/lazy.nvim
v9.8.2
v9.8.1
v9.8.0
9.8.0 (2023-02-13)
Features
- git:
Plugin.submodules = false
will now skip fetching git submodules (0d3f2c4)
Bug Fixes
- cmd: fix Error when trigger on range defined command that doesn't support count (#519) (a147110)
- icons: replace an obsolete Nerd icon (#529) (bc978ca)
- loader: don't deactivate when not loaded (c83d2ae)
- util: executable checks for
Util.open
(#528) (4917222)
Performance Improvements
v9.7.0
v9.6.0
v9.5.1
9.5.1 (2023-02-06)
Bug Fixes
- commands: sync with plugins list should not delete those plugins. Fixes #475 (0c98031)
- health: existing packages on windows. Fixes #474 (527f83c)
- log: properly check if plugin dir is a git repo before running git log (3d2dcb2)
- process: allow overriding GIT_SSH_COMMAND. Fixes #491. Fixes #492 (452d4eb)
v9.5.0
9.5.0 (2023-01-24)
Features
- config: added option to disable git filter. NOT recommended. Fixes #442 (26a67e3)
- dev: optionally fallback to git when local plugin doesn't exist (#446) (772d888)
- health: check for git in health checks (9b5cc1b)
- util: utility method to walk over all modules in a directory (5d9d354)
Bug Fixes
v9.4.0
9.4.0 (2023-01-22)
Features
- added
config.ui.wrap
and improved wrapping when wrap=true. Fixes #422 (d6fc848) - checker: checker will now save last check time and only check at configured frequency even after restarting Neovim (813fc94)
Bug Fixes
- checker: make sure we show logs when only doing a fast check (4008b57)
- git: unset GIT_DIR when spawning a process. Fixes #434 (9858001)
- render: get profile_{sort,filter} key bindings from ViewConfig (#416) (27ca918)
- spec: dont complain about an invalid short url, when a full url is set. Fixes #421 (c389ad5)
v9.3.1
9.3.1 (2023-01-17)
Bug Fixes
- git: when a
Plugin.branch
is set, don't useconfig.defaults.version
. Fixes #409 (bd37afc) - spec: dont copy dep and super state from existing plugins (da4e8cc)
- spec: when overriding a spec by name that has not been imported yet, show an error when needed (baaf8dd)
- work-around for libuv issue where fs_scandir_next sometimes fails to return a file type (c791c0e)
Performance Improvements
- plugin: de-duplicate dependencies, keys, ft, event and cmd (1b2a6f6)
v9.3.0
9.3.0 (2023-01-16)
Features
- git: some debugging tools for git (208f91b)
- keys: allow overriding a keys value to
vim.NIL
to not add the key (fdf0332) - spec: overriding keys with an rhs of
false
will remove the key instead (870af80) - spec: you can now override specs using only the plugin name instead of the short url (0cbd91d)
Bug Fixes
- build: make sure
rplugin.vim
is loaded when doing a build. Fixes #382 (666ed7b) - loader: load plugin opts inside a
try
clause to report errors (7160ca4) - util: rever (e8cb863)