feat(home/lazygit): Commitizen
This commit is contained in:
parent
e066089547
commit
84eab85fa3
1 changed files with 11 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue