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:
parent
c06bee9cb3
commit
fc7d824d99
1 changed files with 0 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue