mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-16 07:23:49 -05:00
improve README.md
This commit is contained in:
@@ -99,7 +99,7 @@ You may think that the default read-only mark is not so cool:
|
|||||||

|

|
||||||
Then edit the read-only component.
|
Then edit the read-only component.
|
||||||
The lightline components are stored in `g:lightline.component`.
|
The lightline components are stored in `g:lightline.component`.
|
||||||
So you add the settings of `g:lightline.component.readonly` in your `.vimrc`. (the following settings is effective with the patched font for vim-powerline):
|
So you add the settings of `g:lightline.component.readonly` in your `.vimrc`. (the following settings are effective with the patched font for vim-powerline):
|
||||||
```vim
|
```vim
|
||||||
let g:lightline = {
|
let g:lightline = {
|
||||||
\ 'colorscheme': 'wombat',
|
\ 'colorscheme': 'wombat',
|
||||||
@@ -192,7 +192,7 @@ endif
|
|||||||
```
|
```
|
||||||
to your `.vimrc`.
|
to your `.vimrc`.
|
||||||
|
|
||||||
If your status line looks like
|
If your statusline looks like
|
||||||

|

|
||||||
and the cool statusline appears only on splitting window, add
|
and the cool statusline appears only on splitting window, add
|
||||||
```vim
|
```vim
|
||||||
|
|||||||
Reference in New Issue
Block a user