update gitconfig, nvim plugins
This commit is contained in:
parent
08894a100e
commit
62608e0130
2 changed files with 11 additions and 3 deletions
|
|
@ -1 +1 @@
|
||||||
Subproject commit 154001034d30fe85b56b71deb90d9fa466fbddda
|
Subproject commit 23c86b37763f3662b40cbce638bacc8791894c41
|
||||||
|
|
@ -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
|
||||||
|
|
@ -52,4 +60,4 @@ autoupdate = true
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
autoSetupRemote = true
|
autoSetupRemote = true
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue