Skip to content

senkentarou/gopr.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gopr.nvim

  • Git open pull request (gopr) plugin for neovim.

Installation

Plug 'senkentarou/gopr.nvim'

Setup

  • Please set your nvim confg before use.
require('gopr').setup {}
  • For customizing, please setup as below,
require('gopr').setup {
  default_remote = 'origin'
}

Usage

  • Please execute :Gopr command on target line, then github page is opened following commit hash on your web browser.
  • You could set your git remote as an argument like :Gopr upstream
  • Just open commit diff, please execute :Gocd command on target line. (and so you can reach pull request on github manually)

For development

  • Load under development plugin files on root repository.
    • (If you already installed this plugin thankfully, please comment out applying code before.)
nvim --cmd "set rtp+=."

License

  • MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published