✨ feat(nvim): use delta for git preview in snacks picker
This commit is contained in:
parent
4b56043c20
commit
1ad4413c30
1 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ return {
|
|||
},
|
||||
},
|
||||
picker = {
|
||||
previewers = {
|
||||
git = {
|
||||
builtin = false,
|
||||
},
|
||||
},
|
||||
win = {
|
||||
input = {
|
||||
keys = {
|
||||
|
|
Loading…
Add table
Reference in a new issue