mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-17 07:53:41 -05:00
Replace the phrase "in default" with "by default" in README.md
This commit is contained in:
@@ -91,7 +91,7 @@ MIT License
|
||||
2. Install with `:NeoBundleInstall`.
|
||||
|
||||
## Configuration tutorial
|
||||
In default, the statusline looks like:
|
||||
By default, the statusline looks like:
|
||||

|
||||
|
||||
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`.
|
||||
|
||||
Reference in New Issue
Block a user