mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-17 15:53:42 -05:00
Initial commit
This commit is contained in:
37
README.md
Normal file
37
README.md
Normal file
@@ -0,0 +1,37 @@
|
||||
goyo.vim (고요)
|
||||
===============
|
||||
|
||||
Distraction-free-writing in Vim.
|
||||
|
||||
Installation
|
||||
------------
|
||||
|
||||
Use your favorite plugin manager.
|
||||
|
||||
- [vim-plug](https://github.com/junegunn/vim-plug)
|
||||
1. Add `Plug 'junegunn/vim-ruby-x'` to .vimrc
|
||||
2. Run `:PlugInstall`
|
||||
|
||||
Usage
|
||||
-----
|
||||
|
||||
`:Goyo`
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user