refactor: add editor nvim to git config
This commit is contained in:
parent
33d7132d4d
commit
f87567244f
@ -1,7 +1,10 @@
|
||||
[init]
|
||||
defaultBranch = main
|
||||
defaultBranch = main
|
||||
[user]
|
||||
name = Tomas Mirchev
|
||||
email = contact@tomastm.com
|
||||
name = Tomas Mirchev
|
||||
email = contact@tomastm.com
|
||||
[pull]
|
||||
rebase = true
|
||||
rebase = true
|
||||
[core]
|
||||
editor = nvim
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user