goyo.vim icon indicating copy to clipboard operation
goyo.vim copied to clipboard

3 Airlines bars

Open lucasmsoares96 opened this issue 3 years ago • 2 comments

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

2020-09-21-154607_2880x1800_scrot

lucasmsoares96 avatar Sep 21 '20 18:09 lucasmsoares96

how to fix it ? I have the same problemw

jueqingsizhe66 avatar Nov 06 '23 15:11 jueqingsizhe66

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


jueqingsizhe66 avatar Nov 06 '23 16:11 jueqingsizhe66