Files
goyo.vim/README.md
2013-11-30 21:36:20 +09:00

40 lines
620 B
Markdown

goyo.vim (고요)
===============
Distraction-free-writing in Vim.
![](https://raw.github.com/junegunn/i/master/goyo.png)
Installation
------------
Use your favorite plugin manager.
- [vim-plug](https://github.com/junegunn/vim-plug)
1. Add `Plug 'junegunn/goyo.vim'` to .vimrc
2. Run `:PlugInstall`
Usage
-----
`:Goyo [width]`
Configuration
-------------
- `g:goyo_width` (default: 80)
- `g:goyo_margin_top` (default: 4)
- `g:goyo_margin_bottom` (default: 4)
Inspiration
-----------
- [LiteDFM](https://github.com/bilalq/lite-dfm)
- [VimRoom](http://projects.mikewest.org/vimroom/)
License
-------
MIT