mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 05:53:51 -05:00
improve English
This commit is contained in:
10
README.md
10
README.md
@@ -7,14 +7,14 @@ A light and configurable statusline for Vim
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
### wombat (with font integration)
|
### wombat (with patched font)
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
### jellybeans (with font integration)
|
### jellybeans (with patched font)
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
@@ -36,7 +36,7 @@ A light and configurable statusline for Vim
|
|||||||

|

|
||||||
|
|
||||||
|
|
||||||
### landscape theme (with font integration)
|
### landscape theme (with patched font)
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
@@ -45,7 +45,7 @@ A light and configurable statusline for Vim
|
|||||||
With branch name, readonly mark and modified mark.
|
With branch name, readonly mark and modified mark.
|
||||||

|

|
||||||
|
|
||||||
## Why yet another...?
|
## Why yet another clone for powerline?
|
||||||
+ vim-powerline is a nice plugin, but deprecated.
|
+ vim-powerline is a nice plugin, but deprecated.
|
||||||
+ vim-airline is a nice plugin, but not configurable. Also, it does *too much* for other plugins, which should be done by users in .vimrc.
|
+ vim-airline is a nice plugin, but not configurable. Also, it does *too much* for other plugins, which should be done by users in .vimrc.
|
||||||
|
|
||||||
@@ -102,7 +102,7 @@ The `g:lightline.active.left` stands for the components which appears on the lef
|
|||||||
|
|
||||||
You find the read-only mark is not cool:
|
You find the read-only mark is not cool:
|
||||||

|

|
||||||
So you add the component setting (the following setting is effective with the integrated font for vim-powerline):
|
So you add the component setting (the following setting is effective with the patched font for vim-powerline):
|
||||||
```vim
|
```vim
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'wombat',
|
\ 'colorscheme': 'wombat',
|
||||||
|
|||||||
Reference in New Issue
Block a user