README.md: fix vim-plug installation instructions (#254)

This commit is contained in:
Wael M. Nasreddine 2016-07-14 03:13:26 -07:00 committed by Caleb Maclennan
parent ec0f4753d0
commit c3d6a2069b

View File

@ -8,7 +8,7 @@ Comment functions so powerful—no comment necessary.
#### [Vim-Plug](https://github.com/junegunn/vim-plug)
1. Add `Plug 'Plug scrooloose/nerdcommenter'` to your vimrc file.
1. Add `Plug 'scrooloose/nerdcommenter'` to your vimrc file.
2. Reload your vimrc or restart
3. Run `:PlugInstall`