From 35b20975f33bee149ccb8e3f364ccdae1e059ae4 Mon Sep 17 00:00:00 2001 From: itchyny Date: Sun, 27 Jul 2014 06:28:44 +0900 Subject: [PATCH] add image in the README (ref #74) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cef0d4d..1802f99 100644 --- a/README.md +++ b/README.md @@ -524,6 +524,7 @@ let g:lightline = { ``` If you want to get rid of the extraneous default vim mode information that is now provided by lightline: +![lightline.vim - showmode](https://raw.githubusercontent.com/wiki/itchyny/lightline.vim/image/showmode.png) ```vim set noshowmode ```