This is a Neovim plugin that provides a git diff window for the current file.
Using vim-plug:
Plug 'JefferyBoy/git_diff.nvim'
Using lazy.nvim
use {'JefferyBoy/gif_diff.nvim'}
GitDiffFileHistory
- Show git log history for the current file.GitDiffFileChanges
- show git diff for the current file.GitDiffFileByBranch
- Show git diff for the current file with a specific branch.