Open vmuthuk2 opened 2 years ago
Did you setup autocmd
s as well?
Yes, I use autocmd! User GoyoEnter nested call <SID>goyo_enter()
. I have this issue on both Mac and Linux recently.
What about the other lines of code in the function? (set ..., Limelight) Are they executed as expected?
Sorry tmux is hidden inside Goyo but the lualine and tab bar of neovim is not hidden. Refer to figure below:
Goyo doesn't know what lualine is. I can't update Goyo whenever a new statusline plugin comes into being. You have to call its API for disabling/enabling it on GoyoEnter
and GoyoLeave
.
I was using below code to hide tmux while inside Goyo which was working until I recently updated neovim to v0.8.0. Is there a fix for this?