From b045061a7f32c0164399af0848586510cd64bbf1 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 3 Apr 2020 14:59:22 -0400 Subject: auto push --- modules/goyo-limelight.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/goyo-limelight.vim') diff --git a/modules/goyo-limelight.vim b/modules/goyo-limelight.vim index 0749f108..ab3f3441 100644 --- a/modules/goyo-limelight.vim +++ b/modules/goyo-limelight.vim @@ -10,7 +10,7 @@ let g:goy_height=95 function! s:goyo_enter() "call deoplete#custom#option('auto_complete', v:false) - set spell spelllang=en_us + "set spell spelllang=en_us set wrap set conceallevel=0 set tw=100 @@ -25,7 +25,7 @@ endfunction function! s:goyo_leave() "call deoplete#custom#option('auto_complete', v:true) - set nospell + "set nospell set wrap! set showcmd set scrolloff=5 -- cgit v1.2.3