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