From 72ab3e29331321e7e52498760cd935b4b0583857 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 29 Dec 2022 07:03:28 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 46e1ed5..59b7ebf 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -736,6 +736,7 @@ PACKER.NVIM ~ - `tag=''` `version=""` - `after` **_not needed_** for most use-cases. Use `dependencies` otherwise. - `wants` **_not needed_** for most use-cases. Use `dependencies` otherwise. +- `config` don’t support string type, use `fun(LazyPlugin)` instead. - `module` is auto-loaded. No need to specify - `keys` spec is |lazy.nvim-different|