PsychoLlama / debrief.vim

:memo: Show the git diff alongside your commit message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

debrief.vim

Show diffs while writing commit messages.

Plugin Status

⛔ UNMAINTAINED

I like this workflow better than git commit --verbose, but the distinction isn't worth a plugin. I'm no longer using this myself.

Details

Whenever you start editing a commit message, a diff of your staged changes is shown on the right. I know, mind blowing.

Installation

vim-plug

Plug 'PsychoLlama/debrief.vim'

vundle

Plugin 'PsychoLlama/debrief.vim'

pathogen

git clone --depth 1 https://github.com/PsychoLlama/debrief.vim.git ~/.vim/bundle/

Documentation

For documentation on the programmatic API, check out :help debrief.

About

:memo: Show the git diff alongside your commit message

License:MIT License


Languages

Language:Vim Script 100.0%