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`.