Ensure vim is used with git as an editor
This commit is contained in:
parent
80bf1fd412
commit
8b3eb263a8
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ in
|
||||||
userName = "Spotlight";
|
userName = "Spotlight";
|
||||||
userEmail = "spotlight@joscomputing.space";
|
userEmail = "spotlight@joscomputing.space";
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
|
core.editor = "${pkgs.vim}/bin/vim";
|
||||||
color.ui = "auto";
|
color.ui = "auto";
|
||||||
pull.rebase = true;
|
pull.rebase = true;
|
||||||
init.defaultBranch = "main";
|
init.defaultBranch = "main";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue