Increase goyo width

This commit is contained in:
ViViDboarder 2017-11-17 18:11:06 -08:00
parent fe330eecf7
commit da8a4a5d57
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
command Zen :Goyo
Plug 'junegunn/goyo.vim', { 'on': 'Goyo' }
Plug 'junegunn/limelight.vim', { 'on': 'Limelight' }
let g:goyo_width = 120
function! s:goyo_enter()
Limelight
endfunction