From 06f835d0b4b62d9d26fe0ec4190b981f2f5632d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 Feb 2023 11:57:29 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 60087b6..ce6590e 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -1,4 +1,4 @@ -*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 February 11 +*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 February 12 ============================================================================== Table of Contents *lazy.nvim-table-of-contents* @@ -131,6 +131,7 @@ PLUGIN SPEC *lazy.nvim-plugin-spec* │**commit** │string? │Commit of the repository │ │**version** │string? │Version to use from the repository. Full Semver ranges are supported │ │**pin** │boolean? │When true, this plugin will not be included in updates │ +│submodules │boolean? │When false, git submodules will not be fetched. Defaults to true │ │**event** │string? or string[] or fun(self:LazyPlugin, event:string[]):string[] │Lazy-load on event. Events can be specified as BufEnter or with a pattern like BufEnter .lua │ │**cmd** │string? or string[] or fun(self:LazyPlugin, cmd:string[]):string[] │Lazy-load on command │ │**ft** │string? or string[] or fun(self:LazyPlugin, ft:string[]):string[] │Lazy-load on filetype │