junegunn / goyo.vim

:tulip: Distraction-free writing in Vim
MIT License
4.49k stars 115 forks source link

3 Airlines bars #238

Open lucasmsoares96 opened 3 years ago

lucasmsoares96 commented 3 years ago

When I go into Goyo mode with this... :Goyo | :AirlineToggle I see 3 Airlines bars

2020-09-21-154607_2880x1800_scrot

jueqingsizhe66 commented 7 months ago

how to fix it ? I have the same problemw

jueqingsizhe66 commented 7 months ago

My solution:

lua << EOF require('lualine').hide() EOF

function! s:goyo_enter()
  set noshowmode
  set noshowcmd
  set scrolloff=999
  colorscheme srcery

  Limelight 0.5

lua << EOF
  require('lualine').hide()
EOF
  " ...
endfunction