mirror of
https://github.com/prurigro/darkcloud-nvimconfig.git
synced 2024-11-09 23:06:38 -05:00
Change the goyo minimum width from 78 to 80
This commit is contained in:
parent
af0be6d906
commit
5914aceb5d
1 changed files with 2 additions and 2 deletions
|
@ -58,8 +58,8 @@
|
||||||
\ let g:goyo_width = &textwidth |
|
\ let g:goyo_width = &textwidth |
|
||||||
\ if (g:goyo_width == 0) |
|
\ if (g:goyo_width == 0) |
|
||||||
\ let g:goyo_width = max(map(getline(1,'$'), 'len(v:val)')) |
|
\ let g:goyo_width = max(map(getline(1,'$'), 'len(v:val)')) |
|
||||||
\ if (g:goyo_width < 78) |
|
\ if (g:goyo_width < 80) |
|
||||||
\ let g:goyo_width = 78 |
|
\ let g:goyo_width = 80 |
|
||||||
\ endif |
|
\ endif |
|
||||||
\ endif
|
\ endif
|
||||||
"}}}
|
"}}}
|
||||||
|
|
Loading…
Reference in a new issue