mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 10:49:08 +00:00
style(picker.git): luals annotations
This commit is contained in:
parent
78b26e4259
commit
7da5d953f9
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ local commit_pat = ("[a-z0-9]"):rep(7)
|
|||
---@field git_log_line fun(opts?: snacks.picker.git.log.Config): snacks.Picker
|
||||
---@field git_status fun(opts?: snacks.picker.Config): snacks.Picker
|
||||
---@field git_diff fun(opts?: snacks.picker.Config): snacks.Picker
|
||||
---@field git_branches fun(opts?: snacks.picker.Config): snacks.Picker
|
||||
---@field git_stash fun(opts?: snacks.picker.Config): snacks.Picker
|
||||
|
||||
---@param opts snacks.picker.git.files.Config
|
||||
---@type snacks.picker.finder
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue