Skip to content

Neovim Plugin to fetch github pull request information of a line

License

Notifications You must be signed in to change notification settings

kamrul1157024/nvim-pr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

nvim-pr

This plugins shows github pull request information of the current line.It will look for the Pull request on the added remote repositories.

Prerequisite

To use this plugin gh needed to be set up.

Shortcuts

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.

Preview

nvim-pr-screenshot

setup:

{
    "kamrul1157024/nvim-pr",
    config = function()
      require("pr").setup()
    end,
    dependencies = {
      "MunifTanjim/nui.nvim",
    },
  }

About

Neovim Plugin to fetch github pull request information of a line

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages