Add configuration for installation with vim-plug

This commit is contained in:
itchyny
2015-11-04 08:31:34 +09:00
parent cb85e3a6f8
commit 616837f44e
2 changed files with 29 additions and 5 deletions

View File

@@ -103,6 +103,13 @@ This software is released under the MIT License, see LICENSE.
2. Install with `:NeoBundleInstall`.
### vim-plug (https://github.com/junegunn/vim-plug)
1. Add the following configuration to your `.vimrc`.
Plug 'itchyny/lightline.vim'
2. Install with `:PlugInstall`.
## Configuration tutorial
By default, the statusline looks like:
![lightline.vim - tutorial](https://raw.githubusercontent.com/wiki/itchyny/lightline.vim/image/tutorial/1.png)