From 51fb374af3b4c1062ffb257b3653b237cf7be67d Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sat, 26 Apr 2014 00:31:45 -0700 Subject: [PATCH] Updated Customization (markdown) --- Customization.md | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Customization.md b/Customization.md index de4c99f..939f5cc 100644 --- a/Customization.md +++ b/Customization.md @@ -37,21 +37,6 @@ endfunction let g:goyo_callbacks = [function('s:goyo_before')] ``` -### lightline.vim - -```vim -function! g:goyo_before() - call lightline#disable() - set statusline= -endfunction - -function! g:goyo_after() - call lightline#enable() -endfunction - -let g:goyo_callbacks = [function('g:goyo_before'), function('g:goyo_after')] -``` - ### ZoomWin - by [EPNGH](https://github.com/EPNGH)