diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 221ddac..b34708d 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -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*