Skip to content
New issue

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

This plugin doesn't support arch #101

Open
Zeioth opened this issue Nov 5, 2020 · 2 comments
Open

This plugin doesn't support arch #101

Zeioth opened this issue Nov 5, 2020 · 2 comments

Comments

@Zeioth
Copy link

Zeioth commented Nov 5, 2020

I think this plugin doesn't support arch... Thing's I've found so far:

  • Google chrome won't open: Most likely it's looking for the wrong package on arch. It should look for google-chrome-stable
  • Vim loses focus: It goes to Firefox every time you save the file.
  • Firefox open extra tabs: Instead of using always the same tab, it just open a new tab every time.

As it is right now i don't consider it usable. Which is a shame because it is ALMOST usable.

OS: Manjaro-i3
Related issue: #83

@Zeioth
Copy link
Author

Zeioth commented Nov 5, 2020

Meanwhile there's a solution I'm just using:

nnoremap <C-m> :silent !pandoc % -f gfm -o /tmp/vim-pandoc.html<CR>:redraw!<CR>

I just keep the file open on my browser. To auto-refresh the file I use this firefox extension.

@Zeioth
Copy link
Author

Zeioth commented Nov 5, 2020

If you don't care about real time there's an even easier solution.

nnoremap <C-m> :silent !markdown_previewer %<CR>:redraw!<CR>

Will open a preview using markdown_previewer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant