Skip to content

Latest commit

 

History

History
66 lines (44 loc) · 1.76 KB

README.mkd

File metadata and controls

66 lines (44 loc) · 1.76 KB

Vim-Markdown

Description

Markdown syntax support for Vim Editor.

Vim-Markdown have a support for snippets. Therefore, it's recommended that you use SnipMate plugin.

Install

Download the gzipball from Vim script homepage and open the package using Vim and use the command :source %. Or run the following command:

vim markdown-<version>.vba.gz +":source %"

Done! All files will be extracted in your Vim home directory. If you checkout from repository, install using the following commands:

bash do install

Or

./do install

This instruction will be create a Vimball file and install.

Information

The original Markdown Vim syntax was created by Ben Williams.

You maybe contributes to source. So, send a feedback in issue tracker.

Vim-Markdown is hosted on following servers:

Visit the script homepage for more information.

Copyright

Copyright (c) 2010 Hallison Batista email@hallisonbatista.com

Copyright (c) 2009 Ben Williams benw@plasticboy.com