fix(git): ensure the git editor is nvim not vim

Aliases apparently don't work in the .gitconfig
This commit is contained in:
Ade Attwood 2022-06-12 20:48:46 +01:00
parent 7240bda30e
commit 1881ac53ca

View file

@ -7,7 +7,7 @@
name = <%= scope.call_function('lookup', ["user_name"]) %>
[core]
editor = vim
editor = nvim
autocrlf = input
[merge]