Open the file, commit, or PR at the current cursor line on the GitHub page.
Plug 'totegamma/gotogh.nvim'
--
require('gotogh').setup()
When you're using linux, you have to set BROWSER
environment variable to specify which browser to open.
:Gotogh // Open file with current linenumber
:GotoghCommit // Open commit
:GotoghPr // Search pr
noremap go <Cmd>Gotogh<CR>
noremap gc <Cmd>GotoghCommit<CR>
noremap gp <Cmd>GotoghPr<CR>