summaryrefslogtreecommitdiff
path: root/.gitconfig
blob: 578618dbff2f0eed708e0708dd679eccb4e2a0f5 (plain)
1
2
3
4
5
6
7
8
9
10
[core]
	pager = nvim -u NORC -R -
[color]
	ui = false
[difftool]
	prompt = false
[diff]
	tool = nvimdiff
[difftool "nvimdiff"]
	cmd = nvim -d $LOCAL $REMOTE