-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
34 lines (34 loc) · 725 Bytes
/
Copy pathgitconfig
File metadata and controls
34 lines (34 loc) · 725 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[user]
email = federicoweber@gmail.com
name = Federico Weber
[core]
excludesfile = /home/fwd/.gitignore_global
editor = vim
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
line-numbers = true
dark = true
side-by-side = false
syntax-theme = Nord
[merge]
conflictStyle = zdiff3
tool = vimdiff
[mergetool]
path = /home/fwd/apps/nvim.appimage
prompt = true
[mergetool "vimdiff"]
cmd = /home/fwd/apps/nvim.appimage -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
[difftool]
prompt = false
[diff]
tool = vimdiff
[rebase]
updateRefs = true
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f