Skip to content

gitusp/pbrowse.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pbrowse.nvim

PBrowse works as GBrowse (from fugitive.vim) but for Pull requests. This plugin allows you to quickly open GitHub pull request pages at specific lines or selections.

pbrowse-vim.mp4

Installation

For lazy.nvim

{
  "gitusp/pbrowse.nvim",
  lazy = true,
  cmd = { "PBrowse" },
}

Requirements

  • git: Git version control
  • gh: Git command-line tools
  • A repository connected to GitHub
  • Active pull request for the current branch

Usage

In normal mode:

  • :PBrowse - Browse the current file

In visual mode:

  • Select text and use :PBrowse - Browse the selected lines

Health Check

Run :checkhealth pbrowse to verify that all dependencies are properly installed.

Acknowledgements

This plugin was entirely written with assistance from Claude 3.7 Sonnet. As I'm new to Vim plugin development, any corrections, suggestions, or improvements are greatly welcome!

Compatibility

This plugin has only been tested on macOS. Contributions and help testing on other platforms are welcome!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages