Closed martin-braun closed 5 months ago
Ok, this is not an issue of this plugin as open -a Safari https://google.com
would result in the same behavior. I found this: https://apple.stackexchange.com/questions/411625/opening-safari-with-url-from-terminal-also-opens-url-in-default-browser-chrome
Shortly after it's not happening anymore, I have no explanation for this. Weird.
Describe the bug My default browser is Arc, but I want the preview to open in Safari, so I do:
within the
init
function of Lazy.nvim. It does work, but now my default browser AND safari open when I runMarkdownPreview
.To Reproduce
Expected behavior It should open only Safari.
Desktop (please complete the following information):
Log:
Additional comments
open -a
to open the URL, so I putvim.g.mkdp_browser = "Safari"
, but the behavior is the same.