feat(diff): use fancy hunk.nvim for jj diffing
This commit is contained in:
parent
a21d65df11
commit
06f697ff33
2 changed files with 9 additions and 5 deletions
6
home.nix
6
home.nix
|
|
@ -76,7 +76,11 @@ in {
|
|||
email = "khais.colin@gmail.com";
|
||||
name = "Khaïs COLIN";
|
||||
};
|
||||
ui.editor = "nvim";
|
||||
ui = {
|
||||
editor = "nvim";
|
||||
diff-editor = [ "nvim" "-c" "DiffEditor $left $right $output" ];
|
||||
merge-editor = [ "nvim" "-c" "DiffEditor $left $right $output" ];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue