.gitconfig: Verbose commits, use nvim as editor, fix whitespaces
This commit is contained in:
parent
68cfaaaefc
commit
8e13dfa8d8
1 changed files with 12 additions and 11 deletions
|
@ -17,9 +17,10 @@
|
||||||
|
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
|
verbose = true
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = nvim
|
||||||
excludesfile = ~/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
|
|
Loading…
Add table
Reference in a new issue