Updated Customization (markdown)

Junegunn Choi
2014-04-26 00:31:45 -07:00
parent 19eb56520c
commit 51fb374af3

@@ -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)