Skip to content

Commit

Permalink
Fix formatting of git config
Browse files Browse the repository at this point in the history
  • Loading branch information
sondr3 committed Jan 17, 2025
1 parent 0386966 commit 66ff2c7
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions config/git/git.task.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,15 @@ local config = function(data)
{ "init", {
defaultBranch = "main",
} },
{ "pager", {
diff = "delta",
log = "delta",
reflog = "delta",
show = "delta",
} },
{
"pager",
{
diff = "delta",
log = "delta",
reflog = "delta",
show = "delta",
},
},
{ "interactive", {
diffFilter = "delta --color-only",
} },
Expand Down

0 comments on commit 66ff2c7

Please sign in to comment.