This plugin create github pull request url from commit hash in current line.
- Neovim 0.5+
use { 'mitubaEX/to_github_target_pull_request_from_commit_hash.nvim' }" 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/2222Load current repository files by bellow command.
nvim --cmd "set rtp+=."