Skip to content

Commit

Permalink
feat(gitconfig): delta config
Browse files Browse the repository at this point in the history
  • Loading branch information
aboqasem committed Mar 21, 2024
1 parent da54ee3 commit e6d73dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions synced/symlink/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,8 @@

[delta]

plus-style = "syntax #012800"
minus-style = "syntax #340001"
syntax-theme = OneHalfDark
navigate = true
line-numbers = true
line-numbers = false

[interactive]
diffFilter = delta --color-only
Expand Down Expand Up @@ -162,6 +159,8 @@
renames = copies
# Show submodule diff
submodule = log
# Color moved lines differently
colorMoved = default

[diff "bin"]

Expand All @@ -176,6 +175,7 @@

# Include summaries of merged commits in newly created merge commit messages
log = true
conflictStyle = diff3

[push]

Expand Down

0 comments on commit e6d73dd

Please sign in to comment.