mirror of
https://github.com/junegunn/goyo.vim.git
synced 2025-11-19 08:53:42 -05:00
Updated Customization (markdown)
@@ -37,21 +37,6 @@ endfunction
|
|||||||
let g:goyo_callbacks = [function('s:goyo_before')]
|
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
|
### ZoomWin
|
||||||
|
|
||||||
- by [EPNGH](https://github.com/EPNGH)
|
- by [EPNGH](https://github.com/EPNGH)
|
||||||
|
|||||||
Reference in New Issue
Block a user