mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-04 15:07:34 +00:00
chore(build): auto-generate vimdoc
This commit is contained in:
parent
9f5637f1d7
commit
8d712c8e5d
1 changed files with 2 additions and 1 deletions
|
@ -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)**
|
||||
|
|
Loading…
Add table
Reference in a new issue