git: Do not use nvim as pager

For big repositories, using neovim as pager slows down commands like
git log.
This commit is contained in:
Sanchayan Maity 2022-04-12 12:31:45 +05:30
parent c06bee9cb3
commit fc7d824d99
1 changed files with 0 additions and 2 deletions

View File

@ -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]