Merge branch 'stevensons-vundle-instructions'

This commit is contained in:
itchyny
2014-06-14 01:25:54 +09:00
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) ### Vundle (https://github.com/gmarik/vundle)
1. Add the following configuration to your `.vimrc`. 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) ### NeoBundle (https://github.com/Shougo/neobundle.vim)
1. Add the following configuration to your `.vimrc`. 1. Add the following configuration to your `.vimrc`.

View File

@@ -964,9 +964,9 @@ Problem 1: *lightline-problem-1*
1. Add the following configuration to your 1. Add the following configuration to your
.vimrc(_vimrc). .vimrc(_vimrc).
> >
Bundle 'itchyny/lightline.vim' Plugin 'itchyny/lightline.vim'
< <
2. Install with |:BundleInstall|. 2. Install with |:PluginInstall|.
If you are to install this plugin using |NeoBundle|: If you are to install this plugin using |NeoBundle|:
@@ -988,7 +988,7 @@ Problem 2: *lightline-problem-2*
If you have installed this plugin using Vundle: If you have installed this plugin using Vundle:
1. Execute |:BundleInstall!|. Or try git pull in the 1. Execute |:PluginInstall!|. Or try git pull in the
directory of this plugin. directory of this plugin.
If you have installed this plugin using NeoBundle: If you have installed this plugin using NeoBundle:
@@ -1005,9 +1005,9 @@ Problem 3: *lightline-problem-3*
If you have installed this plugin using Vundle: If you have installed this plugin using Vundle:
1. Remove the :Bundle 'itchyny/lightline.vim' 1. Remove the :Plugin 'itchyny/lightline.vim'
configuration from your .vimrc(_vimrc). configuration from your .vimrc(_vimrc).
2. Update with |:BundleClean|. 2. Update with |:PluginClean|.
If you have installed this plugin using NeoBundle: If you have installed this plugin using NeoBundle: