mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-15 15:03:51 -05:00
improve English
This commit is contained in:
@@ -272,7 +272,7 @@ Now you may know what to do.
|
|||||||
\ ('' != MyModified() ? ' ' . MyModified() : '')
|
\ ('' != MyModified() ? ' ' . MyModified() : '')
|
||||||
endfunction
|
endfunction
|
||||||
```
|
```
|
||||||
Define your own filename component. It has priority over the component lightline has.
|
Define your own filename component. Your component has priority over the default component.
|
||||||

|

|
||||||
Looks nice.
|
Looks nice.
|
||||||
|
|
||||||
@@ -286,4 +286,4 @@ Of course, you can name your component as you wish.
|
|||||||
\ 'my_filename': 'MyFilename', ...
|
\ 'my_filename': 'MyFilename', ...
|
||||||
```
|
```
|
||||||
|
|
||||||
This is the end of the tutorial. Good luck with your nice statusline.
|
This is the end of the tutorial. Good luck with your nice statuslines.
|
||||||
|
|||||||
Reference in New Issue
Block a user