Skip to content

Files

Latest commit

 

History

History
29 lines (21 loc) · 742 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 742 Bytes

git_diff.nvim

This is a Neovim plugin that provides a git diff window for the current file.

  • Show diff changes for the current file. git_diff_change

  • Show diff changes for the current file with a specific branch. git_diff_branch

  • Show diff history for the current file. git_diff_log

Install

Using vim-plug:

Plug 'JefferyBoy/git_diff.nvim'

Using lazy.nvim

use {'JefferyBoy/gif_diff.nvim'}

Commands

  • 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.