diff options
author | Chris <[email protected]> | 2020-04-03 14:59:22 -0400 |
---|---|---|
committer | Chris <[email protected]> | 2020-04-03 14:59:22 -0400 |
commit | b045061a7f32c0164399af0848586510cd64bbf1 (patch) | |
tree | f82d5800c0f9e121a4615943a5d14b8d45076e93 /modules/goyo-limelight.vim | |
parent | 55cf9a7ab5b71eeeb57fbc179aee23453045098f (diff) |
auto push
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 |