mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
This commit is contained in:
parent
910437f145
commit
5df7664e09
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue