goyo.vim
goyo.vim copied to clipboard
3 Airlines bars
When I go into Goyo mode with this... :Goyo | :AirlineToggle I see 3 Airlines bars
how to fix it ? I have the same problemw
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