nvim-telescope / telescope-packer.nvim

A Telescope extension that provides extra functionality for Packer.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

open_online action does not work

kyoh86 opened this issue · comments

commented

git -C %s ls-remote --get-url returns ssh://git@github.com/... 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://git@github.com/nvim-telescope/telescope-packer.nvim.git
commented

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