chore(build): auto-generate docs

This commit is contained in:
folke 2025-01-19 21:35:47 +00:00 committed by github-actions[bot]
parent 70106a7930
commit 715104d180

View file

@ -439,6 +439,15 @@ Snacks.picker.pick({source = "files", ...})
---@field cmd? string
```
```lua
---@class snacks.picker.Last
---@field cursor number
---@field topline number
---@field opts snacks.picker.Config
---@field selected snacks.picker.Item[]
---@field filter snacks.picker.Filter
```
```lua
---@alias snacks.picker.Extmark vim.api.keyset.set_extmark|{col:number, row?:number, field?:string}
---@alias snacks.picker.Text {[1]:string, [2]:string?, virtual?:boolean, field?:string}
@ -508,15 +517,6 @@ It's a previewer that shows a preview based on the item data.
---@field preview? snacks.win.Config|{} preview window config
```
```lua
---@class snacks.picker.Last
---@field cursor number
---@field topline number
---@field opts snacks.picker.Config
---@field selected snacks.picker.Item[]
---@field filter snacks.picker.Filter
```
## 📦 Module
```lua
@ -1815,8 +1815,6 @@ Snacks.picker.actions.toggle_maximize(picker)
Snacks.picker.actions.toggle_preview(picker)
```
## 📦 `snacks.picker.core.picker`
```lua
@ -1993,3 +1991,5 @@ Get the word under the cursor or the current visual selection
```lua
picker:word()
```