feat(git): Play around with diffing via nvim
This commit is contained in:
parent
f24eea55a9
commit
3c29c6a3ff
1 changed files with 6 additions and 1 deletions
|
@ -4,7 +4,6 @@
|
||||||
signingkey = 19EC07547ED0CE82
|
signingkey = 19EC07547ED0CE82
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
feature-branch = checkout -b
|
|
||||||
force-push = push --force-with-lease
|
force-push = push --force-with-lease
|
||||||
ls-files = ls-tree --full-tree -r --name-only HEAD
|
ls-files = ls-tree --full-tree -r --name-only HEAD
|
||||||
|
|
||||||
|
@ -36,6 +35,12 @@
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
submodule = log
|
submodule = log
|
||||||
|
algorithm = patience
|
||||||
|
compationHeuristic = true
|
||||||
|
tool = nvimdiff
|
||||||
|
|
||||||
|
[difftool "nvimdiff"]
|
||||||
|
cmd = nvim -d \"$LOCAL\" \"$REMOTE\" -c \"wincmd w\" -c \"wincmd L\"
|
||||||
|
|
||||||
[gpg "ssh"]
|
[gpg "ssh"]
|
||||||
allowedSignersFile = ~/.config/git/allowed_signers
|
allowedSignersFile = ~/.config/git/allowed_signers
|
||||||
|
|
Loading…
Add table
Reference in a new issue