[user]
	name = Wynd
	email = wyndmaster@gmail.com
[credential]
	helper = store
[pull]
	rebase = false
[http]
	postBuffer = 157286400
	version = HTTP/2

[core]
    pager = delta
	editor = nvim -c 'startinsert'

[interactive]
    diffFilter = delta --color-only
[add.interactive]
    useBuiltin = false # required for git 2.37.0

[delta]
    navigate = true    # use n and N to move between diff sections
    light = false      # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
	side-by-side = true
	line-numbers = true

[merge]
    conflictstyle = diff3

[diff]
    colorMoved = default
[init]
	templatedir = /home/wynd/.git-templates
	defaultBranch = master