Merge branch 'RoyLee-master'

This commit is contained in:
itchyny
2014-07-27 06:14:34 +09:00

View File

@@ -523,6 +523,11 @@ let g:lightline = {
\ '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.
### My settings