From 1f56512057471b3033d1a4c9936b281cd2d1e6c5 Mon Sep 17 00:00:00 2001 From: Takatoshi Ono Date: Wed, 10 Sep 2014 09:08:10 +0900 Subject: [PATCH] Do not show mode because lightline show it --- vimrc.d/vimrc.statusline | 1 + 1 file changed, 1 insertion(+) diff --git a/vimrc.d/vimrc.statusline b/vimrc.d/vimrc.statusline index 82e354a..a37de77 100644 --- a/vimrc.d/vimrc.statusline +++ b/vimrc.d/vimrc.statusline @@ -1,5 +1,6 @@ set laststatus=2 "set statusline=%<%f\ %m%r%h%w%{'['.(&fenc!=''?&fenc:&enc).']['.&ff.']'}%=%l,%c%V%8P +set noshowmode " lightline.vim let g:lightline = {