From 4365b8635435c734ae246b3a83b8369590f991ce Mon Sep 17 00:00:00 2001 From: Frede Braendstrup Date: Tue, 29 Oct 2024 08:24:34 +0100 Subject: [PATCH] fix: remove nvim as pager It caused issues with difftastic --- users/bun.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/users/bun.nix b/users/bun.nix index 00a6c88..879b626 100644 --- a/users/bun.nix +++ b/users/bun.nix @@ -138,7 +138,6 @@ in { push.useForceIfIncludes = true; rerere.enabled = true; color.pager = false; - core.pager = "nvim -R"; }; }; neovim = {