We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
g:bracey_browser_command seems do not work
g:bracey_browser_command
The text was updated successfully, but these errors were encountered:
Resolution Found for linux: edit: autoload/bracey.vim line 34 if g:bracey_browser_command == '0'
if g:bracey_browser_command == '0'
and edit plugin/bracey.vim line 43 let g:bracey_browser_command = '0'
let g:bracey_browser_command = '0'
then adding below in .vimrc works. (qutebrowser is my default) let g:bracey_browser_command = 'firefox'
Sorry, something went wrong.
awesome! thanks for looking into this @N1ck9141. I'll get this merged in shortly.
No branches or pull requests
g:bracey_browser_command
seems do not workThe text was updated successfully, but these errors were encountered: