From 630f380b25544ba6c637aad5c5e13ae063cc0e4a Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Thu, 26 May 2022 20:55:45 +0200 Subject: [PATCH] Use neovim when editing with git --- templates/gitconfig.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/templates/gitconfig.j2 b/templates/gitconfig.j2 index 00bfd77..4b97063 100644 --- a/templates/gitconfig.j2 +++ b/templates/gitconfig.j2 @@ -6,5 +6,8 @@ email = sonny871@hotmail.com name = Sonny Bakker signingkey = {{ gpg_pub_key }} +[core] +editor = nvim + [pull] rebase = false