From 4e980cd08b062d0c02173fe3fc46932b5d265d1a Mon Sep 17 00:00:00 2001 From: Reed Esau Date: Sat, 4 Jan 2014 18:54:29 -0700 Subject: [PATCH] updated for renamed writer project --- README.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 4a8025d..10cf228 100644 --- a/README.markdown +++ b/README.markdown @@ -216,7 +216,7 @@ It works best with GUI Vim's fullscreen. A few steps are involved: (1) Install a couple of plugins: * [vim-markdown](https://github.com/tpope/vim-markdown) - support for editing markdown -* [vim-writer](https://github.com/reedes/vim-writer) - to configure for word processing +* [vim-pencil](https://github.com/reedes/vim-pencil) - to configure for word processing (2) Edit your `.gvimrc` to disable the tool bar, etc. @@ -250,7 +250,7 @@ let g:thematic#themes = { Without GUI-based Vim, console-based emulation is trickier, as there's no easy way to create generous left and right margins. You can approximate it by switching from soft-wrap to hard line breaks with -`vim-writer` and using with a narrow `textwidth`: +`vim-pencil` and using with a narrow `textwidth`: ```vim autocmd FileType markdown set foldcolumn=12 textwidth=74