Skip to content

mitubaEX/to_github_target_pull_request_from_commit_hash.nvim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

to_github_target_pull_request_from_commit_hash.nvim

This plugin create github pull request url from commit hash in current line.

Requirements

  • Neovim 0.5+

Installation

use { 'mitubaEX/to_github_target_pull_request_from_commit_hash.nvim' }

Usage

" setup
:lua require('to_github_target_pull_request_from_commit_hash').setup()

" show pr url of current line
:ToGithubTargetPullRequestFromCommitHash
" => https://github.com/hoge/fuga/pull/1111

" show pr url of target commit hash
:ToGithubTargetPullRequestFromCommitHash <commit_hash>
" => https://github.com/hoge/fuga/pull/2222

Development

Load current repository files by bellow command.

nvim --cmd "set rtp+=."

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages