" Both these plugins work well together for distraction free editing Plug 'junegunn/goyo.vim', { 'on': 'Goyo' } Plug 'junegunn/limelight.vim', { 'on': 'Limelight' } function! s:goyo_enter() Limelight endfunction function! s:goyo_leave() Limelight! endfunction autocmd! User GoyoEnter nested call goyo_enter() autocmd! User GoyoLeave nested call goyo_leave()