.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]
|
||||
gpgsign = true
|
||||
verbose = true
|
||||
|
||||
[core]
|
||||
editor = vim
|
||||
editor = nvim
|
||||
excludesfile = ~/.gitignore_global
|
||||
|
||||
[diff]
|
||||
|
|
Loading…
Add table
Reference in a new issue