gitmergetool = lazygit

This commit is contained in:
Bryan Ramos 2024-01-24 23:44:45 -05:00
parent 1ac58c9cce
commit 01ca2f2c22

View file

@ -6,6 +6,15 @@
extraConfig = { extraConfig = {
init = { defaultBranch = "main"; }; init = { defaultBranch = "main"; };
mergetool = {
lazygit = {
cmd = "lazygit";
trustExitCode = true;
};
};
merge = {
tool = "lazygit";
};
}; };
ignores = [ ignores = [