mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-11 09:52:31 +00:00
docs: another LazyKeys reference. Fixes #1109
This commit is contained in:
parent
8a6379eddd
commit
9f5637f1d7
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ when doing `colorscheme foobar`.
|
||||||
#### ⌨️ Lazy Key Mappings
|
#### ⌨️ Lazy Key Mappings
|
||||||
|
|
||||||
The `keys` property can be a `string` or `string[]` for simple normal-mode mappings, or it
|
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)_**
|
- **[1]**: (`string`) lhs **_(required)_**
|
||||||
- **[2]**: (`string|fun()`) rhs **_(optional)_**
|
- **[2]**: (`string|fun()`) rhs **_(optional)_**
|
||||||
|
|
Loading…
Add table
Reference in a new issue