chore(build): auto-generate docs

This commit is contained in:
folke 2025-10-20 13:27:39 +00:00 committed by github-actions[bot]
parent 3ccab9736b
commit c494c13a0a

View file

@ -32,7 +32,7 @@ Toggle keymaps integrated with which-key icons / colors
---@field wk_desc? string|{ enabled: string, disabled: string }
---@field map? fun(mode: string|string[], lhs: string, rhs: string|fun(), opts?: vim.keymap.set.Opts)
---@field which_key? boolean
---@field notify? boolean
---@field notify? boolean|fun(state:boolean, opts: snacks.toggle.Opts)
{
map = vim.keymap.set, -- keymap.set function to use
which_key = true, -- integrate with which-key to show enabled/disabled icons and colors