Releases
v5.0.0
5.0.0 (2022-12-20)
⚠ BREAKING CHANGES
removed the LazyUpdate etc commands. sub-commands only from now on
Features
added :Lazy load foobar.nvim
to load a plugin (2dd6230 )
added module=false
to skip auto-loading of plugins on require
(1efa710 )
added completion for all lazy commands (5ed9855 )
added support for Windows (bb1c2f4 )
removed the LazyUpdate etc commands. sub-commands only from now on (d4aee27 )
utility method to normalize a path (198963f )
Bug Fixes
cache: do a fast check to see if a cached modpath is still valid. find it again otherwise (32f2b71 )
cache: normalize paths (62c1542 )
check for installed plugins with plain find (a189883 )
ui: focus Lazy window when auto-installing plugins in VimEnter
(1fe43f3 )
util: fixed double slashes (af87108 )
Performance Improvements
cache: cache loadfile and no find modpaths without package.loaders (faac2dd )
lazy-load the commands available on the lazy
module (b89e6bf )
You can’t perform that action at this time.