Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattn/vim-markov


https://github.com/mattn/vim-markov

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# vim-markov

The Markov command provided by this vim plugin uses a Markov chain to create a summary sentence of the current buffer.

This plugin works in Japanese language.

## Usage

```
:Markov
```

## Installation

For [vim-plug](https://github.com/junegunn/vim-plug) plugin manager:

```
Plug 'mattn/vim-markov'
```

## License

MIT

## Author

Yasuhiro Matsumoto