yutkat/git-rebase-auto-diff.nvim

github github
git
stars 26
issues 0
subscribers 4
forks 2
CREATED

UPDATED


git-rebase-auto-diff

Show diff automatically when git rebase.

https://user-images.githubusercontent.com/8683947/229416568-b50a6391-bd0b-4e61-88d8-2edeabcc1cd2.mp4

Inspired by hotwatermorning/auto-git-diff

Installation

using folke/lazy.nvim

{
    "yutkat/git-rebase-auto-diff.nvim",
    ft = { "gitrebase" },
    opts = {
        size = vim.fn.float2nr(vim.o.lines * 0.5),
        run_show = false,
    },
}

Usage

git rebase -i HEAD^^^