An open API service indexing awesome lists of open source software.

https://github.com/groovytron/vim-tidymarkdown

tidy-markdown plugin for Vim
https://github.com/groovytron/vim-tidymarkdown

markdown plugin tidy-markdown vim

Last synced: about 1 month ago
JSON representation

tidy-markdown plugin for Vim

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)

# Required

- [tidy-markdown](https://github.com/slang800/tidy-markdown)

`tidy-markdown` can be installed with `npm`:

`npm install tidy-markdown -g`

# Installation

Either use a plugin manager and add `Plug[in] 'groovytron/vim-tidymarkdown'` to your `vimrc`, or use pathogen.

# Bindings

The plugin does not create any bindings by default, this is left up to the user. An example could be:

`:nnoremap t :call TidyMd`

or

`:nnoremap t :TidyMd`

# Usage

call function

`:TidyMd`