https://github.com/mattn/vim-markov
https://github.com/mattn/vim-markov
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mattn/vim-markov
- Owner: mattn
- Created: 2020-12-15T08:39:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T08:55:58.000Z (about 4 years ago)
- Last Synced: 2024-12-11T21:25:55.142Z (2 months ago)
- Language: Vim script
- Homepage:
- Size: 2.93 KB
- Stars: 6
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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