mirror of
1
0
Fork 0
ultimate-vim/sources_non_forked/vim-zenroom2
Amir Salihefendic 66ece5a119 Fixed https://github.com/amix/vimrc/issues/334 2018-03-31 12:04:41 -03:00
..
plugin Updated plugins. Removed the tabstop merge that 010c2940ce introduced 2014-10-14 14:30:33 +01:00
README.markdown Fixed https://github.com/amix/vimrc/issues/334 2018-03-31 12:04:41 -03:00

README.markdown

This is a Vim extension that emulates iA Writer environment when editing Markdown, reStructuredText or text files.

It requires goyo.vim and it works by setting global Goyo callbacks that triggers special setup for Markdown, reStructuredText and text files.

Please note that this might not work perfectly with your colorscheme. Patches are welcome to fix this :-)

Installation and usage

  • Install goyo.vim
  • In command mode type :Goyo

Additionally you may want to have a shortcut. Add this to your vimrc:

nnoremap <silent> <leader>z :Goyo<cr>

Inspirations/Similar