From f29f3d21575ba09cdf77217f46cd3a88d4c7517d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 19 Dec 2022 13:57:32 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index a3fb368..97ebfb4 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -137,6 +137,10 @@ module of plugin `A`, then plugin `A` will be loaded on demand as expected. You can configure **lazy.nvim** to lazy-load all plugins by default with `config.defaults.lazy = true`. +If you don’t want this behavior for a certain plugin, you can specify that +with `module=false`. You can then manually load the plugin with `:Lazy load +foobar.nvim`. + Additionally, you can also lazy-load on **events**, **commands**, **file types** and **key mappings**.