yutkat / git-rebase-auto-diff.nvim

Show diff automatically when git rebase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

git-rebase-auto-diff

Show diff automatically when git rebase.

wf_230403-140748.mp4

Inspired by hotwatermorning/auto-git-diff

Installation

{
	"yutkat/git-rebase-auto-diff.nvim",
	ft = { "gitrebase" },
	config = function()
		require("git-rebase-auto-diff").setup()
	end,
}

Usage

git rebase -i HEAD^^^

About

Show diff automatically when git rebase

License:MIT License


Languages

Language:Lua 100.0%