1
0
Fork 0
mirror of synced 2024-06-01 06:51:09 -04:00
ultimate-vim/sources_non_forked_fallback/vim-zenroom2
2022-11-21 22:56:20 +08:00
..
plugin Use sources_non_forked folder for pathogen path, with sources_non_forked_fallback folder as fallback. 2022-11-21 22:56:20 +08:00
README.markdown Use sources_non_forked folder for pathogen path, with sources_non_forked_fallback folder as fallback. 2022-11-21 22:56:20 +08:00

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