mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
69cdb718f8
commit
ba8b4723a7
|
@ -39,26 +39,26 @@ FEATURES *lazy.nvim-features*
|
|||
TODO *lazy.nvim-todo*
|
||||
|
||||
|
||||
- support for Plugin.lock
|
||||
- health checks: check merge conflicts async
|
||||
- allow setting up plugins through config
|
||||
- support for Plugin.lock
|
||||
- defaults for git log
|
||||
- view keybindings for update/clean/…
|
||||
- add profiler to view
|
||||
- add buttons for actions
|
||||
- show time taken for op in view
|
||||
- package meta index (package.lua cache for all packages)
|
||||
- migrate from Packer
|
||||
- auto lazy-loading of lua modules
|
||||
- use uv file watcher to check for config changes
|
||||
- clear errors
|
||||
- add support for versions `git tag --sort v:refname`
|
||||
- rename requires to dependencies
|
||||
- move tasks etc to Plugin.state
|
||||
- allow setting up plugins through config
|
||||
- handlers imply opt
|
||||
- dependencies imply opt for deps
|
||||
- fix local plugin spec
|
||||
- investigate all opt=true. Simplifies logic (easily switch between opt/start afterwards)
|
||||
- add support to specify `engines`, `os` and `cpu` like in `package.json`
|
||||
|
||||
|
||||
DIFFERENCES WITH PACKER *lazy.nvim-differences-with-packer*
|
||||
|
|
Loading…
Reference in New Issue