diff --git a/config/shared/git b/config/shared/git index d5ba3ac..a4397e0 100644 --- a/config/shared/git +++ b/config/shared/git @@ -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 +