chore(build): auto-generate docs

This commit is contained in:
folke 2025-02-18 20:08:52 +00:00 committed by github-actions[bot]
parent 4d46574b24
commit 988af56423
2 changed files with 9 additions and 7 deletions

View file

@ -11,8 +11,8 @@
---@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.Config|{}): snacks.Picker
---@field git_diff fun(opts?: snacks.picker.Config|{}): snacks.Picker
---@field git_branches fun(opts?: snacks.picker.git.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
---@field git_log fun(opts?: snacks.picker.git.log.Config|{}): snacks.Picker