From b29e93396c26907b6556b4ffc591ae39316451b7 Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Fri, 20 Dec 2019 03:39:08 +0900 Subject: [PATCH] Add dein section in README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d47c02e..5cc7265 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,13 @@ For screenshots of all available colorshemes, see [this file](colorscheme.md). 2. Install with `:PlugInstall`. +### [dein.vim](https://github.com/Shougo/dein.vim) +1. Add the following configuration to your `.vimrc`. + + call dein#add('itchyny/lightline.vim') + +2. Install with `:call dein#install()` + ## Introduction After installing this plugin, you restart the editor and will get a cool statusline. ![lightline.vim - tutorial](https://raw.githubusercontent.com/wiki/itchyny/lightline.vim/image/tutorial/1.png)