fix(git): ensure the git editor is nvim not vim
Aliases apparently don't work in the .gitconfig
This commit is contained in:
parent
7240bda30e
commit
1881ac53ca
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
name = <%= scope.call_function('lookup', ["user_name"]) %>
|
||||
|
||||
[core]
|
||||
editor = vim
|
||||
editor = nvim
|
||||
autocrlf = input
|
||||
|
||||
[merge]
|
||||
|
|
|
|||
Loading…
Reference in a new issue