mirror of
https://github.com/itchyny/lightline.vim.git
synced 2025-11-13 05:53:51 -05:00
move the noshowmode section (ref #74)
This commit is contained in:
12
README.md
12
README.md
@@ -255,6 +255,12 @@ If you are using iTerm2, change the following settings of iTerm2:
|
||||
For other terminals, this weird-triangle problem will be resolved by disabling transparency or contrast adjustment.
|
||||
|
||||
|
||||
If you want to get rid of the extraneous default vim mode information that is now provided by lightline:
|
||||

|
||||
```vim
|
||||
set noshowmode
|
||||
```
|
||||
|
||||
|
||||
Now, let us get back to the tutorial (with the patched font for vim-powerline).
|
||||
You look into a help file to find the marks annoying.
|
||||
@@ -523,12 +529,6 @@ let g:lightline = {
|
||||
\ 'my_component': 'MyComponent', ...
|
||||
```
|
||||
|
||||
If you want to get rid of the extraneous default vim mode information that is now provided by lightline:
|
||||

|
||||
```vim
|
||||
set noshowmode
|
||||
```
|
||||
|
||||
This is the end of the tutorial. For more information, see `:help lightline`. Good luck with your nice statuslines.
|
||||
|
||||
### My settings
|
||||
|
||||
Reference in New Issue
Block a user