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
4d46574b24
commit
988af56423
2 changed files with 9 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue