chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-05-23 06:58:38 +00:00
parent b0aa5348d8
commit 72c3592e04
1 changed files with 7 additions and 0 deletions

View File

@ -196,6 +196,13 @@ PLUGIN SPEC *lazy.nvim-lazy.nvim-plugin-spec*
loading certain plugins first. Default priority is
50. Its recommended to set this to a high number
for colorschemes.
optional boolean? When a spec is tagged optional, it will only be
included in the final spec, when the same plugin has
been specified at least once somewhere else without
optional. This is mainly useful for Neovim distros,
to allow setting options on plugins that may/may not
be part of the users plugins
--------------------------------------------------------------------------------------------------------------------------------
LAZY LOADING ~