update gitconfig, nvim plugins

This commit is contained in:
Mira 2024-02-29 10:33:35 -05:00
parent 08894a100e
commit 62608e0130
2 changed files with 11 additions and 3 deletions

@ -1 +1 @@
Subproject commit 154001034d30fe85b56b71deb90d9fa466fbddda Subproject commit 23c86b37763f3662b40cbce638bacc8791894c41

View file

@ -5,6 +5,7 @@ name = {{ .name | quote }}
[core] [core]
editor = nvim editor = nvim
pager = delta pager = delta
difftool = true
# Remove Carriage Returns # Remove Carriage Returns
autocrlf = input autocrlf = input
eol = lf eol = lf
@ -16,8 +17,15 @@ diffFilter = delta --color-only
navigate = true # use n and N to move between diff sections 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) light = false # set to true if you're in a terminal w/ a light background color (e.g. the default macOS terminal)
[diff]
tool = difftastic
[difftool "difftastic"]
prompt = false
[merge] [merge]
conflictstyle = diff3 # TODO: set this to meld or nvimdiff
conflictstyle = zdiff3
[diff] [diff]
colorMoved = default colorMoved = default