From 8d712c8e5d7ee0c43713934e955a17e39a1aad72 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Oct 2023 11:15:19 +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 878faa9..6b76d6a 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -249,7 +249,8 @@ automagically load when doing `colorscheme foobar`. LAZY KEY MAPPINGS The `keys` property can be a `string` or `string[]` for simple normal-mode -mappings, or it can be a `LazyKeys` table with the following key-value pairs: +mappings, or it can be a `LazyKeysSpec` table with the following key-value +pairs: - **[1]**(`string`) lhs **(required)** - **[2]**(`string|fun()`) rhs **(optional)**