From 9a01f1db9f40c00959705ec392c25245c8a79212 Mon Sep 17 00:00:00 2001 From: Roy Lee Date: Sat, 26 Jul 2014 13:56:03 -0700 Subject: [PATCH] Update readme to include info about removing extraneous Vim mode info --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 3fa5991..e0a9022 100644 --- a/README.md +++ b/README.md @@ -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