Skip to content

dlvhdr/gh-blame.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Caution

Early in development

gh-blame.nvim

image

Requirements

Install the gh CLI - see the installation instructions

Installation

Using lazy:

return {
  "dlvhdr/gh-blame.nvim",
  dependencies = { "nvim-lua/plenary.nvim", "MunifTanjim/nui.nvim" },
  keys = {
    { "<leader>gg", "<cmd>GhBlameCurrentLine<cr>", desc = "GitHub Blame Current Line" },
  },
}

TODO

  • Handle errors
  • Blame on cursor hold
  • Blame sidebar like in fugitive

About

View the PR blame of the current line

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages