mirror of https://github.com/folke/lazy.nvim.git
docs: another LazyKeys reference. Fixes #1109
This commit is contained in:
parent
8a6379eddd
commit
9f5637f1d7
|
@ -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)_**
|
||||
|
|
Loading…
Reference in New Issue