mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 02:38:46 +00:00
chore(build): auto-generate docs
This commit is contained in:
parent
d61fb453c6
commit
5f45a596fc
1 changed files with 8 additions and 0 deletions
|
@ -1780,6 +1780,8 @@ Not meant to be used directly.
|
|||
```
|
||||
|
||||
```lua
|
||||
---@class snacks.picker.undo.Config: snacks.picker.Config
|
||||
---@field diff? vim.diff.Opts
|
||||
{
|
||||
finder = "vim_undo",
|
||||
format = "undo",
|
||||
|
@ -1787,6 +1789,12 @@ Not meant to be used directly.
|
|||
confirm = "item_action",
|
||||
win = { preview = { wo = { number = false, relativenumber = false, signcolumn = "no" } } },
|
||||
icons = { tree = { last = "┌╴" } }, -- the tree is upside down
|
||||
diff = {
|
||||
ctxlen = 4,
|
||||
ignore_cr_at_eol = true,
|
||||
ignore_whitespace_change_at_eol = true,
|
||||
indent_heuristic = true,
|
||||
},
|
||||
}
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue