docs: another LazyKeys reference. Fixes #1109

This commit is contained in:
Folke Lemaitre 2023-10-13 13:14:39 +02:00
parent 8a6379eddd
commit 9f5637f1d7
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@ 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:
can be a `LazyKeysSpec` table with the following key-value pairs:
- **[1]**: (`string`) lhs **_(required)_**
- **[2]**: (`string|fun()`) rhs **_(optional)_**