diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-10-03 21:17:36 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-10-03 21:17:36 -0400 |
| commit | d81952fb56ebdec86b851705110e735f001cebb1 (patch) | |
| tree | cddb191d89608220fc5437d471ef950b8bdd1335 | |
| parent | ddbc6e9389dc8d3963e25019cfed70ef2933c284 (diff) | |
Remove delta from git
| -rw-r--r-- | .config/git/config | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/.config/git/config b/.config/git/config index 16f0a91..75cbe50 100644 --- a/.config/git/config +++ b/.config/git/config @@ -1,6 +1,3 @@ -[core] - pager = delta - [user] email = sam@samnystrom.dev name = Sam Nystrom @@ -9,7 +6,6 @@ defaultBranch = main [interactive] - diffFilter = delta --color-only singleKey = true [merge] @@ -28,20 +24,3 @@ [credential] helper = himitsu - -[delta] - navigate = true - side-by-side = true - line-numbers = true - features = catppuccin-macchiato - -[delta "catppuccin-macchiato"] - dark = true - minus-emph-style = normal "#a55e69" # 70% of red - minus-style = normal "#5e353b" # 40% of red - plus-emph-style = normal "#6a8c5f" - plus-style = normal "#41563a" - line-numbers-zero-style = "#939ab7" - line-numbers-minus-style = "#ed8796" - line-numbers-plus-style = "#a6da95" - syntax-theme = catppuccin-macchiato |
