packages.git: do not set editor in system config

This commit is contained in:
2024-05-30 14:11:48 +08:00
parent cf00062fab
commit f5f5dd5724

View File

@@ -45,7 +45,7 @@ inputs:
config =
{
init.defaultBranch = "main";
core = { quotepath = false; editor = "vim"; };
core.quotepath = false;
};
};
};