]> git.r.bdr.sh - rbdr/dotfiles/blob - gitconfig
Use nvim as git editor
[rbdr/dotfiles] / gitconfig
1 [user]
2 name = Ruben Beltran del Rio
3 email = ruben@unlimited.pizza
4 signingkey = B7C3495D98F27947
5 [core]
6 editor = nvim
7 [color]
8 diff = auto
9 [push]
10 default = simple
11 [pull]
12 rebase = false
13 [commit]
14 gpgsign = true