chore(build): auto-generate docs
Some checks failed
CI / ci (push) Failing after 0s

This commit is contained in:
folke 2025-02-11 19:13:25 +00:00 committed by github-actions[bot]
parent 910437f145
commit 5df7664e09

View file

@ -167,6 +167,7 @@ Snacks.picker.pick({source = "files", ...})
previewers = {
git = {
native = false, -- use native (terminal) or Neovim for previewing git diffs and commits
args = {}, -- additional arguments passed to the git command. Useful to set pager options usin `-c ...`
},
file = {
max_size = 1024 * 1024, -- 1MB