bracey.vim
bracey.vim copied to clipboard
Bracey doesn't launch in browser specified in the command
Issue
Bracey doesn't take the value passed into the variable given below and opens up bracey in default browser.
let g:bracey_browser_command='qutebrowser'
My configuration
- operating system : Manjaro Linux x86_64
- neovim version : v0.5.0-dev+929-gfaa47eaff
Thanks for reporting, should be pretty straight forward. I'll take a stab when I get a chance.
Resolution Found for linux:
edit: autoload/bracey.vim line 34
if g:bracey_browser_command == '0'
and edit plugin/bracey.vim line 43
let g:bracey_browser_command = '0'
then adding below in .vimrc works. (qutebrowser is my default) let g:bracey_browser_command = 'firefox'
The work around doesn't work for me 🙁
I am just using vite .It has a pretty fast live reload. I don't if it's possible to use vite with bracey. If it happens some day it would be awesome.