Thanks for the awesome work!
I tried in my local nvim and it works nicely,
however I think it still erred when handling remote SSH URL like the following:
$ git remote get-url origin
git@gitlab.com:group/somegroup/subgroup/some-project.git
What I got when :YankLineURL + was:
https://gitlab.com:group/somegroup/subgroup/some-project/-/blob/master/main.go#L22
The expected result is:
https://gitlab.com/group/somegroup/subgroup/some-project/-/blob/master/main.go#L22
Thanks for the awesome work!
I tried in my local nvim and it works nicely,
however I think it still erred when handling remote SSH URL like the following:
What I got when
:YankLineURL +was:The expected result is: