Skip to content

Commit eb01b6d

Browse files
chore(build): auto-generate vimdoc
1 parent 07b4677 commit eb01b6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/lazy.nvim.txt

+4
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ FEATURES *lazy.nvim-features*
4848
- Automatically check for updates
4949
- Commit, branch, tag, version, and full Semver <https://devhints.io/semver> support
5050
- Statusline component to see the number of pending updates
51+
- Automatically lazy-loads colorschemes
5152

5253

5354
REQUIREMENTS *lazy.nvim-requirements*
@@ -144,6 +145,9 @@ If you don’t want this behavior for a certain plugin, you can specify that
144145
with `module=false`. You can then manually load the plugin with `:Lazy load
145146
foobar.nvim`.
146147

148+
Colorscheme plugins can be configured with `lazy=true`. The plugin will
149+
automagically load when doing `colorscheme foobar`.
150+
147151
You can configure **lazy.nvim** to lazy-load all plugins by default with
148152
`config.defaults.lazy = true`.
149153

0 commit comments

Comments
 (0)