Skip to content

rschristian/vim-markdown-preview

Repository files navigation

vim-markdown-preview


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.

Installation

Make sure you have node support for neovim. Run the command npm install -g neovim to 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.

Usage

To preview a markdown file, run the command :MarkdownPreview while in normal mode.

Alternatives

Other options for you to checkout if this does not work for you:

License

MIT © Ryan Christian

About

Provides a quick and light method of previewing markdown files locally in your browser.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Contributors