No matter what I have riv_web_browser set to, :Riv2HtmlAndBrowse always opens the result in Chrome.
let g:riv_web_browser = "qutebrowser" OR
let g:riv_web_browser = "elinks"
I also have an environment variable set $BROWSER=qutebrowser, which is used by some other applications to detect the default web browser.
Riv.vim version is at 87a1f2c
Edit: looks like it's actually been commented out since 2015 by 78c1eb2. No explanation was given in the commit message.
No matter what I have riv_web_browser set to,
:Riv2HtmlAndBrowsealways opens the result in Chrome.I also have an environment variable set
$BROWSER=qutebrowser, which is used by some other applications to detect the default web browser.Riv.vim version is at 87a1f2c
Edit: looks like it's actually been commented out since 2015 by 78c1eb2. No explanation was given in the commit message.