From eb01b6dc0b651a57c61b3219bcf985fb1b6a54b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Dec 2022 12:50:12 +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 c763f12..e69c291 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -48,6 +48,7 @@ FEATURES *lazy.nvim-features* - Automatically check for updates - Commit, branch, tag, version, and full Semver support - Statusline component to see the number of pending updates +- Automatically lazy-loads colorschemes REQUIREMENTS *lazy.nvim-requirements* @@ -144,6 +145,9 @@ 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`. +Colorscheme plugins can be configured with `lazy=true`. The plugin will +automagically load when doing `colorscheme foobar`. + You can configure **lazy.nvim** to lazy-load all plugins by default with `config.defaults.lazy = true`.