diff --git a/vim/config/plugins.vim b/vim/config/plugins.vim index bf10d16..109b8db 100644 --- a/vim/config/plugins.vim +++ b/vim/config/plugins.vim @@ -58,8 +58,8 @@ \ let g:goyo_width = &textwidth | \ if (g:goyo_width == 0) | \ let g:goyo_width = max(map(getline(1,'$'), 'len(v:val)')) | - \ if (g:goyo_width < 78) | - \ let g:goyo_width = 78 | + \ if (g:goyo_width < 80) | + \ let g:goyo_width = 80 | \ endif | \ endif "}}}