mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-03 18:28:38 +00:00
docs(notifier): docgen
This commit is contained in:
parent
bebd7e70cd
commit
02d90ff843
4 changed files with 23 additions and 1 deletions
|
@ -66,6 +66,8 @@ local uv = vim.uv or vim.loop
|
|||
---@field filter? snacks.notifier.level|fun(notif: snacks.notifier.Notif): boolean
|
||||
---@field sort? string[] # sort fields, default: {"added"}
|
||||
---@field reverse? boolean
|
||||
|
||||
---@type snacks.notifier.history
|
||||
local history_opts = {
|
||||
sort = { "added" },
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue