From 6dbcdcec838ac8546c7b21a3427d22be747c1248 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 21 Dec 2022 18:49:36 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index e472482..9c639f2 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -154,7 +154,7 @@ Plugins will be lazy-loaded when one of the following is `true`: - the plugin only exists as a dependency in your spec -- it has an `event`, `cmd`, `ft` or `cmd` key +- it has an `event`, `cmd`, `ft` or `keys` key - it defines an `init` method - `config.defaults.lazy == true`