diff options
Diffstat (limited to 'modules/goyo-limelight.vim')
| -rw-r--r-- | modules/goyo-limelight.vim | 4 | 
1 files changed, 2 insertions, 2 deletions
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  | 
