From 72c3592e040f2b686a09bf70e9870609011f24a7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 23 May 2023 06:58:38 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index a51115f..b9df689 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -196,6 +196,13 @@ PLUGIN SPEC *lazy.nvim-lazy.nvim-plugin-spec* loading certain plugins first. Default priority is 50. It’s 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 user’s plugins -------------------------------------------------------------------------------------------------------------------------------- LAZY LOADING ~