Add saving of .vimrc to the install instructions

This commit is contained in:
Reed Esau
2014-11-07 01:12:51 -07:00
parent 5b1737f04e
commit 6357ed94dc

View File

@@ -90,7 +90,7 @@ Add to your `.vimrc`:
Plugin 'reedes/vim-pencil' Plugin 'reedes/vim-pencil'
``` ```
…then run the following in Vim: save and then run the following in Vim:
```vim ```vim
:source % :source %
@@ -107,7 +107,7 @@ Add to your `.vimrc`:
Plug 'reedes/vim-pencil' Plug 'reedes/vim-pencil'
``` ```
then run the following in Vim: save and then run the following in Vim:
```vim ```vim
:source % :source %
@@ -122,7 +122,7 @@ Add to your `.vimrc`:
NeoBundle 'reedes/vim-pencil' NeoBundle 'reedes/vim-pencil'
``` ```
then run the following in Vim: save and then run the following in Vim:
```vim ```vim
:source % :source %