Readded goyo.vim
This commit is contained in:
parent
a340836c8a
commit
5016954e38
2 changed files with 4 additions and 1 deletions
|
@ -5,12 +5,14 @@ It requires [goyo.vim](https://github.com/junegunn/goyo.vim) and it works by set
|
||||||
This is an improvement of my initial version called [vim-zenroom](https://github.com/amix/vim-zenroom). Please read more here [
|
This is an improvement of my initial version called [vim-zenroom](https://github.com/amix/vim-zenroom). Please read more here [
|
||||||
zenroom for Vim: Focusing only on the essential](http://amix.dk/blog/post/19744#zenroom-for-Vim-Focsuing-only-on-the-essential).
|
zenroom for Vim: Focusing only on the essential](http://amix.dk/blog/post/19744#zenroom-for-Vim-Focsuing-only-on-the-essential).
|
||||||
|
|
||||||
|
Please note that this might not work perfectly with your colorscheme. Patches are welcome to fix this :-)
|
||||||
|
|
||||||
|
|
||||||
## Inspirations/Similar
|
## Inspirations/Similar
|
||||||
|
* [Writing Markdown With Style in Vim](http://astrails.com/blog/2013/8/12/writing-markdown-with-style-in-vim)
|
||||||
* [lite-dfm](https://github.com/bilalq/lite-dfm)
|
* [lite-dfm](https://github.com/bilalq/lite-dfm)
|
||||||
* [vimroom](https://github.com/mikewest/vimroom)
|
* [vimroom](https://github.com/mikewest/vimroom)
|
||||||
* [vim-zenroom](https://github.com/amix/vim-zenroom)
|
* [vim-zenroom](https://github.com/amix/vim-zenroom)
|
||||||
* [Writing Markdown With Style in Vim](http://astrails.com/blog/2013/8/12/writing-markdown-with-style-in-vim)
|
|
||||||
|
|
||||||
|
|
||||||
## How it looks like in action
|
## How it looks like in action
|
||||||
|
|
|
@ -33,6 +33,7 @@ vim-expand-region https://github.com/terryma/vim-expand-region
|
||||||
vim-multiple-cursors https://github.com/terryma/vim-multiple-cursors
|
vim-multiple-cursors https://github.com/terryma/vim-multiple-cursors
|
||||||
vim-fugitive https://github.com/tpope/vim-fugitive
|
vim-fugitive https://github.com/tpope/vim-fugitive
|
||||||
vim-airline https://github.com/bling/vim-airline
|
vim-airline https://github.com/bling/vim-airline
|
||||||
|
goyo.vim https://github.com/junegunn/goyo.vim
|
||||||
vim-zenroom2 https://github.com/amix/vim-zenroom2
|
vim-zenroom2 https://github.com/amix/vim-zenroom2
|
||||||
""".strip()
|
""".strip()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue