diff options
author | Christian Segundo | 2023-10-12 22:10:05 +0200 |
---|---|---|
committer | Christian Segundo | 2023-10-12 22:10:05 +0200 |
commit | 8e7a71c85dfa95d635f9306aac2ab5d4da6b9753 (patch) | |
tree | e9d65afd116ba21037fb69c830dced640812305a /public | |
parent | 7534d0b90dd3845ba811fcdb762ab655abfb98ee (diff) | |
download | dotfiles-8e7a71c85dfa95d635f9306aac2ab5d4da6b9753.tar.gz |
set nvim as diff tool
Diffstat (limited to 'public')
-rw-r--r-- | public/git/.gitconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/public/git/.gitconfig b/public/git/.gitconfig index 64e9fd3..61d7614 100644 --- a/public/git/.gitconfig +++ b/public/git/.gitconfig @@ -9,10 +9,10 @@ signingkey = 0x8B6B1A3CF906CCEC [commit] gpgsign = 1 +[diff] + tool = nvimdiff [core] excludesfile = ~/.gitignore_global - ;fsmonitor = true - ;untrackedcache = true [pull] rebase = false [push] |