diff --git a/README.md b/README.md index 6d90ded..b012970 100644 --- a/README.md +++ b/README.md @@ -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`. diff --git a/doc/lightline.txt b/doc/lightline.txt index 2ca994d..a3b22b0 100644 --- a/doc/lightline.txt +++ b/doc/lightline.txt @@ -964,9 +964,9 @@ Problem 1: *lightline-problem-1* 1. Add the following configuration to your .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|: @@ -988,7 +988,7 @@ Problem 2: *lightline-problem-2* 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. 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: - 1. Remove the :Bundle 'itchyny/lightline.vim' + 1. Remove the :Plugin 'itchyny/lightline.vim' configuration from your .vimrc(_vimrc). - 2. Update with |:BundleClean|. + 2. Update with |:PluginClean|. If you have installed this plugin using NeoBundle: