chore(build): auto-generate docs

This commit is contained in:
folke 2024-11-06 23:18:27 +00:00 committed by github-actions[bot]
parent cad236f9bb
commit e8ea0910e0
3 changed files with 4 additions and 2 deletions

View file

@ -36,6 +36,7 @@ Snacks.win({
---@field backdrop? number|false Opacity of the backdrop (default: 60)
---@field wo? vim.wo window options
---@field bo? vim.bo buffer options
---@field ft? string filetype to use for treesitter/syntax highlighting. Won't override existing filetype
---@field keys? table<string, false|string|fun(self: snacks.win)|snacks.win.Keys> Key mappings
---@field on_buf? fun(self: snacks.win) Callback after opening the buffer
---@field on_win? fun(self: snacks.win) Callback after opening the window