mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-14 14:33:51 -05:00
Merge branch 'RoyLee-master'
This commit is contained in:
@@ -523,6 +523,11 @@ let g:lightline = {
|
|||||||
\ 'my_component': 'MyComponent', ...
|
\ 'my_component': 'MyComponent', ...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you want to get rid of the extraneous default vim mode information that is now provided by liteline:
|
||||||
|
```vim
|
||||||
|
set noshowmode
|
||||||
|
```
|
||||||
|
|
||||||
This is the end of the tutorial. For more information, see `:help lightline`. Good luck with your nice statuslines.
|
This is the end of the tutorial. For more information, see `:help lightline`. Good luck with your nice statuslines.
|
||||||
|
|
||||||
### My settings
|
### My settings
|
||||||
|
|||||||
Reference in New Issue
Block a user