Vim plugin for realtime markdown preview
To install using Vim-Plug:
" add this line to your .vimrc
Plug 'ksudate/prev-md.vim'
:Prevmd
let g:auto_prev_time=5000 " set preview refresh interval (default 5000)
let g:prev_md_auto_update=1 " enable auto preview (default 1)