From f87567244ff525e6d75d9145a902d614f9b12fd4 Mon Sep 17 00:00:00 2001 From: Tomas Mirchev Date: Sun, 30 Mar 2025 22:41:27 +0200 Subject: [PATCH] refactor: add editor nvim to git config --- config/shared/git | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) 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 +