From b6222e368260f6f5531b40dafce732f39900aab6 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Tue, 18 Mar 2025 21:52:08 +0100 Subject: [PATCH] Add delta styling for moved code --- templates/gitconfig.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/gitconfig.j2 b/templates/gitconfig.j2 index 0696fb1..84f97da 100644 --- a/templates/gitconfig.j2 +++ b/templates/gitconfig.j2 @@ -50,4 +50,5 @@ autocorrect = prompt navigate = true hyperlinks = true line-numbers = true +map-styles = bold purple => syntax magenta, bold cyan => syntax blue, bold yellow => syntax yellow {% endif %}