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