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] [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