style(picker.git): lua annotations

This commit is contained in:
Folke Lemaitre 2025-01-16 09:58:57 +01:00
parent b89ac2548c
commit de01218d1d
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -8,6 +8,7 @@ local uv = vim.uv or vim.loop
---@field git_log_file fun(opts?: snacks.picker.git.log.Config): snacks.Picker
---@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
---@param opts snacks.picker.git.files.Config
---@type snacks.picker.finder