style(picker.git): luals annotations

This commit is contained in:
Folke Lemaitre 2025-01-28 16:32:12 +01:00
parent 78b26e4259
commit 7da5d953f9
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -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