Skip to content

JefferyBoy/git_diff.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

A neovim plugin easy to show git file diff

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages