summaryrefslogtreecommitdiff
path: root/dot_config
diff options
context:
space:
mode:
authorChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-05-07 18:54:37 -0400
committerChloe Kudryavtsev <code@toast.bunkerlabs.net>2023-05-07 18:54:37 -0400
commit002f6e5dce4fe52c6aef57f1ea41f4d244a69c66 (patch)
tree7b80fcf59d8bd9233a3bc0a2303f1f664dc313b7 /dot_config
parentnvim: improve lsp option handling, add zls (diff)
git: new funny git diff algo
Diffstat (limited to 'dot_config')
-rw-r--r--dot_config/git/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/dot_config/git/config b/dot_config/git/config
index 5f7a44b..e9cff93 100644
--- a/dot_config/git/config
+++ b/dot_config/git/config
@@ -24,6 +24,8 @@
filemode = false
trustctime = false
whitespace = blank-at-eol,space-before-tab,tab-in-indent,tabwidth=4
+[diff]
+ algorithm = histogram
[credential]
helper = cache --timeout=3600
[help]