Replies: 1 comment
-
Note, that passing the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently the preview command opens the default browser only.
It'd be nice if users could specify a target browser for quarto-nvim to use when executing the preview command.
In my case, my default browser is rather busy with bookmarks/tabs/extensions/customizations, so I'd like to open Quarto previews in a another browser that I setup to be minimalist for viewing documentation.
Something like the
let g:mkdp_browser = ''
option that the markdown-preview.nvim plugin implements would be ideal.Beta Was this translation helpful? Give feedback.
All reactions