Open current line on remote repository.
- Open the currently selected line in the remote repository
- Copy the URL of the remote repository for the currently selected line
- Open the line currently selected in blame mode in the remote repository
- Open pull request the last changed commit
require("lazy").setup({
{
"ksaito422/remote-line.nvim",
config = function()
require("remote-line").setup({})
end,
}
)}
Available via RemoteLine
command.
Bug reports and pull requests are welcome on GitHub at https://github.com/ksaito422/remote-line.nvim.