From f822a2c12bb5b9db789c58b75f2e4e9b5a03ac1d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 Dec 2022 18:52:21 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 846b536..09805da 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -648,6 +648,13 @@ PACKER.NVIM ~ - `keys` spec is |lazy.nvim-different| +With packer `wants`, `requires` and `after` can be used to manage dependencies. +With most of the lua dependencies this isn’t necessary. They can be installed +just like normal plugins (even with `lazy=true`) and will be loaded when other +plugins need them. The `dependencies` key can be used to group those required +plugins with the one that requires them. The plugins which are added as +`dependencies` will always be lazy-loaded and loaded when the plugin is loaded. + PAQ-NVIM ~