Hi, can I use dunk with lazygit? It supports having custom pagers such as delta, diff-so-fancy that accomplish a similar goal to dunk - enhance diffs.
I tried setting the pager command (refer to the instructions for custom pager I linked) to both dunk and git diff | dunk. With dunk, the output was empty (i.e. dunk was running but received no input). So I piped git diff into it, and then I did get an output but like so:

, which is visibly broken.
Is there an argument I can pass to dunk/other methods that will help solve this?
(dunk is running as expected outside of the lazygit window)
Hi, can I use
dunkwithlazygit? It supports having custom pagers such asdelta,diff-so-fancythat accomplish a similar goal todunk- enhance diffs.I tried setting the
pagercommand (refer to the instructions for custom pager I linked) to bothdunkandgit diff | dunk. Withdunk, the output was empty (i.e. dunk was running but received no input). So I pipedgit diffinto it, and then I did get an output but like so:, which is visibly broken.
Is there an argument I can pass to
dunk/other methods that will help solve this?(
dunkis running as expected outside of thelazygitwindow)