telescope-packer.nvim icon indicating copy to clipboard operation
telescope-packer.nvim copied to clipboard

open_online action does not work

Open kyoh86 opened this issue 2 years ago • 1 comments

git -C %s ls-remote --get-url returns ssh://[email protected]/... formed url. So xdg-open cannot open the url on browser.

$ git -C ~/.local/share/nvim/site/pack/packer/start/telescope-packer.nvim ls-remote --get-url
ssh://[email protected]/nvim-telescope/telescope-packer.nvim.git

kyoh86 avatar May 10 '22 12:05 kyoh86

this will be happened because url.<base>.insteadOf config is set

kyoh86 avatar Nov 20 '22 06:11 kyoh86