diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/commandline/git.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/commandline/git.nix b/common/commandline/git.nix index c107413..f3ba3e8 100644 --- a/common/commandline/git.nix +++ b/common/commandline/git.nix | |||
@@ -131,6 +131,7 @@ _inputs: | |||
131 | # TODO: setup hunk.nvim as diff-editor | 131 | # TODO: setup hunk.nvim as diff-editor |
132 | # diff-editor = "nvim"; | 132 | # diff-editor = "nvim"; |
133 | diff.tool = "difft"; | 133 | diff.tool = "difft"; |
134 | merge-editor = "nvim"; | ||
134 | }; | 135 | }; |
135 | 136 | ||
136 | signing = { | 137 | signing = { |