From 530bfbf76db425fea969971c9ecb763857e3aeaa Mon Sep 17 00:00:00 2001 From: harupong Date: Tue, 27 Aug 2013 15:00:57 +0900 Subject: [PATCH] Replace the phrase "in default" with "by default" in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d38b513..e97cd3d 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ MIT License 2. Install with `:NeoBundleInstall`. ## Configuration tutorial -In default, the statusline looks like: +By default, the statusline looks like: ![lightline.vim - tutorial](https://raw.github.com/wiki/itchyny/lightline.vim/image/tutorial/1.png) If you use the wombat colorscheme, add the following settings to your `.vimrc` (or \_vimrc on Windows): @@ -336,7 +336,7 @@ Of course, your settings in `.vimrc` have priority over the default settings in GitHub branch is important for us. And it is a default component in [powerline](https://github.com/Lokaltog/powerline) and [vim-powerline](https://github.com/Lokaltog/vim-powerline). -However, lightline does not provide the branch feature in default. +However, lightline does not provide the branch feature by default. In order to show the branch in the statusline, you firstly install the [vim-fugitive](https://github.com/tpope/vim-fugitive) plugin. Then edit the `g:lightline` in your `.vimrc`.