vim-github-link icon indicating copy to clipboard operation
vim-github-link copied to clipboard

generate github link from selected lines in vim

Results 4 vim-github-link issues
Sort by recently updated
recently updated
newest added

### Description I have configured my repository to have 2 remotes. ``` $ git remote -v origin [email protected]:STEllAR-GROUP/hpx.git (fetch) origin [email protected]:STEllAR-GROUP/hpx.git (push) satacker [email protected]:SAtacker/hpx.git (fetch) satacker [email protected]:SAtacker/hpx.git (push) ``` However...

now this plugin can use github.com only. need to use repos hosted other services. if #1 is finished, this will be easy task.

I had my remote set to: `https://company.example/some-org/some-repo/` Which is valid, but caused the generated links to have double slashes where my slash suffix is, which GitLab didn't like, and showed...