From fc7d824d99d8ebbb0946221f15405e6bf1c160f9 Mon Sep 17 00:00:00 2001 From: Sanchayan Maity Date: Tue, 12 Apr 2022 12:31:45 +0530 Subject: [PATCH] git: Do not use nvim as pager For big repositories, using neovim as pager slows down commands like git log. --- git/.gitconfig | 2 -- 1 file changed, 2 deletions(-) diff --git a/git/.gitconfig b/git/.gitconfig index dc3b798..64c13a8 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -4,11 +4,9 @@ login = sanchayanmaity [core] editor = nvim - pager = nvim -R excludesfile = ~/.config/git/ignore [color] ui = true - pager = no [sendemail] smtpserver = /usr/bin/msmtp [http]