mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-17 16:03:41 -05:00
Update Vundle instructions
As of v0.10.2, the Vundle prefix has changed from `Bundle` to `Plugin`.
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user