dlvhdr / gh-blame.nvim

View the PR blame of the current line

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Lua 100.0%