https://github.com/yutkat/git-rebase-auto-diff.nvim
Show diff automatically when git rebase
https://github.com/yutkat/git-rebase-auto-diff.nvim
neovim-plugin
Last synced: 8 days ago
JSON representation
Show diff automatically when git rebase
- Host: GitHub
- URL: https://github.com/yutkat/git-rebase-auto-diff.nvim
- Owner: yutkat
- License: mit
- Created: 2023-04-03T05:11:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-24T21:32:30.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T00:51:18.465Z (25 days ago)
- Topics: neovim-plugin
- Language: Lua
- Homepage:
- Size: 5.86 KB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-neovim-sorted - yutkat/git-rebase-auto-diff.nvim
- awesome-neovim-sorted - yutkat/git-rebase-auto-diff.nvim
README
# 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](https://github.com/hotwatermorning/auto-git-diff)
## Installation
using `folke/lazy.nvim`
```lua
{
"yutkat/git-rebase-auto-diff.nvim",
ft = { "gitrebase" },
opts = {},
}
```## Usage
```
git rebase -i HEAD^^^
```