blob: 7910aa56986b8e8696ca849b40777adbd095439a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[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
[user]
email = listout@protonmail.com
name = listout
|