Skip to content

lissatransborda/markdown-preview.vim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

markdown-preview.vim

Markdown Preview is a Vim Plugin to visualize Markdown documents with the Github styles.

Markdown Preview can't load images or videos.

Install

Use your favorite vim plugin manager, like

Plug

call plug#begin()

Plug 'edersonferreira/markdown-preview.vim'

call plug#end()

Dependencies

Install the PHP and Ruby languages. Using the package manager from your system.

Configuration

First, you need to define the browser what Markdown Preview will use.

let g:markdownpreview#browser = "your_browser"

If you use firefox, you will need to put it for exemple:

let g:markdownpreview#browser = "firefox"

Using

To use Markdown Preview, you only need to run MDPreview and it will be started. And for turn off, only run MDPreview again.

About

Vim Plugin to preview Markdown files

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published