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