chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-10-13 11:15:19 +00:00
parent 9f5637f1d7
commit 8d712c8e5d
1 changed files with 2 additions and 1 deletions

View File

@ -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)**