-
Hi, I have configured git to use a custom diff tool other than the system
However, it seems vim-gitgutter is not aware of this configuration. Does vim-gitgutter follow |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You deliberately can't configure the diff tool because only plain git-diff makes sense for gitgutter. GitGutter uses the diff tool to get the patch headers, apply patches, etc. difftastic's first "non-goal" is patching. It says:
|
Beta Was this translation helpful? Give feedback.
You deliberately can't configure the diff tool because only plain git-diff makes sense for gitgutter. GitGutter uses the diff tool to get the patch headers, apply patches, etc.
difftastic's first "non-goal" is patching. It says: