telescope-packer.nvim
telescope-packer.nvim copied to clipboard
open_online action does not work
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
this will be happened because url.<base>.insteadOf
config is set