Changed editor to nvim, added commit-graph

main
Michael Mandl 2019-11-21 20:35:27 +01:00
parent ade1dce41e
commit ebcedefa0f
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,8 @@
[core]
editor = vim
pager = less -x1,5
editor = nvim
pager = less -S -x1,5
whitespace = cr-at-eol
[rebase]
autostash = true
@ -38,3 +40,5 @@
[rerere]
enabled = true
[fetch]
writeCommitGraph = true