refactor: add editor nvim to git config

This commit is contained in:
Tomas Mirchev 2025-03-30 22:41:27 +02:00
parent 33d7132d4d
commit f87567244f

View File

@ -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