summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/git/config3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/git/config b/.config/git/config
index 8cf70ab..de72cf1 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -1,5 +1,5 @@
[core]
- pager = nvim -R -
+ pager = nvim -R -c 'set ft=git' -
abbrev = 12
[pretty]
fixes = Fixes: %h (\"%s\")
@@ -7,6 +7,7 @@
ui = false
[commit]
gpgsign = true
+ verbose = true
[merge]
tool = vimdiff
[mergetool]