chore(build): auto-generate docs

This commit is contained in:
folke 2025-03-01 08:49:34 +00:00 committed by github-actions[bot]
parent 3d695ab7d0
commit cc04806393
2 changed files with 23 additions and 21 deletions

View file

@ -11,7 +11,7 @@
---@field diagnostics_buffer fun(opts?: snacks.picker.diagnostics.Config|{}): snacks.Picker
---@field explorer fun(opts?: snacks.picker.explorer.Config|{}): snacks.Picker
---@field files fun(opts?: snacks.picker.files.Config|{}): snacks.Picker
---@field git_branches fun(opts?: snacks.picker.git.Config|{}): snacks.Picker
---@field git_branches fun(opts?: snacks.picker.git.branches.Config|{}): snacks.Picker
---@field git_diff fun(opts?: snacks.picker.git.Config|{}): snacks.Picker
---@field git_files fun(opts?: snacks.picker.git.files.Config|{}): snacks.Picker
---@field git_grep fun(opts?: snacks.picker.git.grep.Config|{}): snacks.Picker