feat(home/lazygit): Commitizen

This commit is contained in:
punkfairie 2025-03-16 11:21:27 -07:00
parent e066089547
commit 84eab85fa3
Signed by: punkfairie
GPG key ID: B3C5488E9A1A7CA6

View file

@ -23,6 +23,17 @@ in {
};
os.editPreset = "nvim-remote";
customCommands = [
{
key = "C";
command = "cz c";
description = "commit with commitizen";
context = "files";
loadingText = "opening commitizen tool";
subprocess = true;
}
];
};
};