Caution
Early in development
Install the gh
CLI - see the installation instructions
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" },
},
}
- Handle errors
- Blame on cursor hold
- Blame sidebar like in fugitive