From e743e2de7e0f632ab993b256849c439428423c31 Mon Sep 17 00:00:00 2001 From: Minijackson Date: Wed, 2 Oct 2024 17:21:59 +0200 Subject: common/git: don't use raw nvim as jujutsu's diff-editor Doesn't work without a plugin, and it's officially not recommended --- common/commandline/git.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ui = { default-command = [ "log" ]; # TODO: setup hunk.nvim as diff-editor - diff-editor = "nvim"; + # diff-editor = "nvim"; diff.tool = "difft"; }; -- cgit v1.2.3