mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
2946875af0
commit
5cb9d3f942
1 changed files with 2 additions and 20 deletions
|
@ -490,7 +490,7 @@ Snacks.picker.pick({source = "files", ...})
|
|||
|
||||
```lua
|
||||
---@class snacks.picker.jump.Action: snacks.picker.Action
|
||||
---@field cmd? string
|
||||
---@field cmd? snacks.picker.EditCmd
|
||||
```
|
||||
|
||||
```lua
|
||||
|
@ -2095,7 +2095,7 @@ Snacks.picker.actions.git_stash_apply(_, item)
|
|||
### `Snacks.picker.actions.help()`
|
||||
|
||||
```lua
|
||||
Snacks.picker.actions.help(picker)
|
||||
Snacks.picker.actions.help(picker, item, action)
|
||||
```
|
||||
|
||||
### `Snacks.picker.actions.history_back()`
|
||||
|
@ -2295,18 +2295,6 @@ and moves the cursor to the prev item.
|
|||
Snacks.picker.actions.select_and_prev(picker)
|
||||
```
|
||||
|
||||
### `Snacks.picker.actions.split()`
|
||||
|
||||
```lua
|
||||
Snacks.picker.actions.split(picker)
|
||||
```
|
||||
|
||||
### `Snacks.picker.actions.tab()`
|
||||
|
||||
```lua
|
||||
Snacks.picker.actions.tab(picker)
|
||||
```
|
||||
|
||||
### `Snacks.picker.actions.toggle_focus()`
|
||||
|
||||
```lua
|
||||
|
@ -2343,12 +2331,6 @@ Snacks.picker.actions.toggle_maximize(picker)
|
|||
Snacks.picker.actions.toggle_preview(picker)
|
||||
```
|
||||
|
||||
### `Snacks.picker.actions.vsplit()`
|
||||
|
||||
```lua
|
||||
Snacks.picker.actions.vsplit(picker)
|
||||
```
|
||||
|
||||
### `Snacks.picker.actions.yank()`
|
||||
|
||||
```lua
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue