Provides a quick and light method of previewing markdown files locally in your browser.
Important: Still under development! Lot of styling work to do yet.
Make sure you have node support for neovim. Run the command
npm install -g neovimto add it.
Use your favorite plugin manager to install the plugin. I use vim-plug.
Plug('rschristian/vim-markdown-preview', {['do'] = 'npm install --omit=dev'})After installing the plugin, run :UpdateRemotePlugins to register it with Neovim.
To preview a markdown file, run the command :MarkdownPreview while in normal mode.
Other options for you to checkout if this does not work for you:
MIT © Ryan Christian