Update Vundle instructions

As of v0.10.2, the Vundle prefix has changed from `Bundle` to `Plugin`.
This commit is contained in:
Scott Stevenson
2014-06-13 16:05:02 +00:00
parent 9067b6ddcc
commit b67f7eaf80
2 changed files with 7 additions and 7 deletions

View File

@@ -79,9 +79,9 @@ This software is released under the MIT License, see LICENSE.
### Vundle (https://github.com/gmarik/vundle)
1. Add the following configuration to your `.vimrc`.
Bundle 'itchyny/lightline.vim'
Plugin 'itchyny/lightline.vim'
2. Install with `:BundleInstall`.
2. Install with `:PluginInstall`.
### NeoBundle (https://github.com/Shougo/neobundle.vim)
1. Add the following configuration to your `.vimrc`.