This plugins shows github pull request information of the current line.It will look for the Pull request on the added remote repositories.
To use this plugin gh needed to be set up.
KeyBinding | cursor | Mode | Description |
---|---|---|---|
<leader>pr |
code | Normal | To see the pull request info of the current line use. |
<CR>(Enter) |
popup | Normal | To open it on the browser press while cursor on the popup. |
q |
popup | Normal | Quit from popup while cursor on the popup. |
{
"kamrul1157024/nvim-pr",
config = function()
require("pr").setup()
end,
dependencies = {
"MunifTanjim/nui.nvim",
},
}