From 16510304045bf977fbf09216ef865f4f50ec5c8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 12 May 2024 07:52:52 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 0cb9fa3..40e7cf6 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -149,11 +149,11 @@ PLUGIN SPEC *lazy.nvim-lazy.nvim-plugin-spec* config fun(LazyPlugin, opts:table) or true config is executed when the plugin loads. The default implementation will automatically run - require(MAIN).setup(opts). Lazy uses several - heuristics to determine the plugin’s MAIN module - automatically based on the plugin’s name. See also - opts. To use the default implementation without opts - set config to true. + require(MAIN).setup(opts) if opts or config = true + is set. Lazy uses several heuristics to determine + the plugin’s MAIN module automatically based on the + plugin’s name. See also opts. To use the default + implementation without opts set config to true. main string? You can specify the main module to use for config() and opts(), in case it can not be determined