Open CathrineTeng opened 6 years ago
I have same issue.
Related configuration in .vimrc:
let g:vim_markdown_preview_github=1
let g:vim_markdown_preview_browser='firefox'
Similarly, when I use command firefox /tmp/vim-markdown-preview.html
manually, I can view generated html file in Firefox.
ps. More info
VIM - Vi IMproved 7.4 (2013 Aug 10, compiled Nov 24 2016 16:44:48)
Included patches: 1-1689
Extra patches: 8.0.0056
Same, not working for me, arch linux, firefox, just doesn't open.
It works fine on Manajaro and Firefox with following settings:
let vim_markdown_preview_github=1
let vim_markdown_preview_use_xdg_open=1
let vim_markdown_preview_browser='Mozilla Firefox'
let vim_markdown_preview_hotkey='<C-m>'
let vim_markdown_preview_toggle=3
let vim_markdown_preview_use_xdg_open=1
solved the issue for me. My configuration:
let vim_markdown_preview_github=1
let vim_markdown_preview_browser='firefox'
let vim_markdown_preview_use_xdg_open=1
But the file needs to be refreshed manually
I think this plugin doesn't support arch... Thing's I've found so far:
As it is right now i don't consider it usable. Which is a shame because it is ALMOST usable.
OS: Manjaro-i3
Base info:
I installed this plugin with vundle, and the config of .vimrc is only 'let vim_markdown_preview_github = 1 '. After I press the ctrl-p, there would be the correct vim-markdown-preview.html generated in the /tmp/, but the browser just has no reaction when it is open.