summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/commandline/git.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/commandline/git.nix b/common/commandline/git.nix
index 24df5c1..c107413 100644
--- a/common/commandline/git.nix
+++ b/common/commandline/git.nix
@@ -129,7 +129,7 @@ _inputs:
129 ui = { 129 ui = {
130 default-command = [ "log" ]; 130 default-command = [ "log" ];
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 }; 134 };
135 135