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
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 Related issue: #83
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
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.
No branches or pull requests
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
Related issue: #83
The text was updated successfully, but these errors were encountered: