summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.vim/init.vim6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vim/init.vim b/.vim/init.vim
index 2487778..9e9171f 100644
--- a/.vim/init.vim
+++ b/.vim/init.vim
@@ -362,6 +362,12 @@ augroup Init
 	\ |   exe "normal! g`\""
 	\ | endif
 augroup END
+
+augroup ClapFix
+  au!
+  " see https://github.com/liuchengxu/vim-clap/issues/374#issuecomment-608272245
+  au User ClapOnExit call lightline#update()
+augroup END
 " }}}
 
 command! -bang DayMode call daymode#switch(<bang>0)