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
- Host: GitHub
- URL: https://github.com/groovytron/vim-tidymarkdown
- Owner: groovytron
- License: mit
- Created: 2017-09-16T22:26:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T09:00:30.000Z (almost 9 years ago)
- Last Synced: 2025-02-24T13:15:32.428Z (over 1 year ago)
- Topics: markdown, plugin, tidy-markdown, vim
- Language: Vim script
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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`