|
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 |
Answered by
airblade
Apr 23, 2023
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:
|
0 replies
Answer selected by
roastduck
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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: