Skip to content

yutkat/git-rebase-auto-diff.nvim

Repository files navigation

git-rebase-auto-diff

Show diff automatically when git rebase.

wf_230403-140748.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^^^

About

Show diff automatically when git rebase

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages