From 007c84079d3129f8dcd3e9c546f1920cf9c5c929 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 19 May 2025 10:46:15 +0200 Subject: [PATCH] disable using nvim as a pager --- .gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitconfig b/.gitconfig index 9417172..38766c7 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,7 +8,7 @@ defaultBranch = main [core] editor = nvim - pager = nvim -dR + ; pager = nvim -dR [color] ui = auto pager = no