diff options
| author | 2024-03-07 18:57:00 +0100 | |
|---|---|---|
| committer | 2024-03-07 18:57:00 +0100 | |
| commit | 51dd52254b5246407e52927907e195a459c2d776 (patch) | |
| tree | 8ee22d7029cd6dd68f56a27cbd65e0901043a3fe /dot_config/git/difftastic.config | |
| parent | nvim: mini.bracketed indent-mode looks for different indent levels (diff) | |
git: difftastic is optional, add local.config
Diffstat (limited to '')
| -rw-r--r-- | dot_config/git/difftastic.config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dot_config/git/difftastic.config b/dot_config/git/difftastic.config new file mode 100644 index 0000000..9772838 --- /dev/null +++ b/dot_config/git/difftastic.config @@ -0,0 +1,10 @@ +# vim: ft=gitconfig +[diff] + external = difft + tool = difftastic +[difftool] + prompt = false +[difftool "difftastic"] + cmd = difft "$LOCAL" "$REMOTE" +[pager] + difftool = true |
