Split preview on buffer write and image rendering
JamshedVesuna opened this issue · 1 comments
JamshedVesuna commented
Currently, both on buffer write and image rendering are captured in the same option, vim_markdown_preview_toggle
. This should be split into two separate options:
vim_markdown_preview_image
and vim_markdown_preview_write
.
JamshedVesuna commented
Fix README.md reference.