undotree
undotree copied to clipboard
Is it possible to use delta instead of diff as the diff command?
I've tried setting delta https://github.com/dandavison/delta as the diff command but it doesn't work. Is it possible to use a command that provides side-by-side comparisons?
great suggestion! It is possible, but delta isn't a direct replacement for 'diff' so it might need some work.
This can call delta command outside of vim, but stuck
let g:undotree_DiffCommand = 'delta'
Did anyone get this to work? Thanks!
I didnt get it working