Update readme to include info about removing extraneous Vim mode info

This commit is contained in:
Roy Lee
2014-07-26 13:56:03 -07:00
parent 0fc1a99963
commit 9a01f1db9f

View File

@@ -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