1 -- A tool for splitting diffs in Neovim
2 -- A lot of commands in jujutsu allow you to select parts of a diff.
3 -- The tool used to select the diff can be configured via their ui.diff-editor config option.
4 -- To use hunk.nvim add the following to your jujutsu config.toml:
7 -- diff-editor = ["nvim", "-c", "DiffEditor $left $right $output"]
9 -- https://github.com/julienvincent/hunk.nvim
14 require("hunk").setup({})