mirror of
https://github.com/folke/snacks.nvim
synced 2025-12-23 08:47:57 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
2b22fe7861
commit
5558e285f5
1 changed files with 7 additions and 0 deletions
|
|
@ -1261,6 +1261,7 @@ Git log
|
|||
input = {
|
||||
keys = {
|
||||
["<Tab>"] = { "git_stage", mode = { "n", "i" } },
|
||||
["<c-r>"] = { "git_restore", mode = { "n", "i" } },
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
@ -2464,6 +2465,12 @@ Snacks.picker.actions.git_branch_del(picker, item)
|
|||
Snacks.picker.actions.git_checkout(picker, item)
|
||||
```
|
||||
|
||||
### `Snacks.picker.actions.git_restore()`
|
||||
|
||||
```lua
|
||||
Snacks.picker.actions.git_restore(picker)
|
||||
```
|
||||
|
||||
### `Snacks.picker.actions.git_stage()`
|
||||
|
||||
```lua
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue