Ensure vim is used with git as an editor

This commit is contained in:
Spotlight 2024-04-23 08:32:42 -05:00
parent 80bf1fd412
commit 8b3eb263a8
Signed by: spotlight
GPG key ID: 874AA355B3209BDC

View file

@ -37,6 +37,7 @@ in
userName = "Spotlight";
userEmail = "spotlight@joscomputing.space";
extraConfig = {
core.editor = "${pkgs.vim}/bin/vim";
color.ui = "auto";
pull.rebase = true;
init.defaultBranch = "main";