goyo.vim
goyo.vim copied to clipboard
Airline pops up on BufWritePost event.
Hi,
thank you for the great plugin.
One little thing that gets on my nerve is that airline plugin pops up whenever I
:w
in goyo.
To inspect why this is happening, I looked at au BufWritePost
and found the following line.
airline_whitespace BufWritePost
* call <sid>ws_refresh()
I guess airline refreshes when I save a file, and it toggles the airline back on my screen.
(The airline disappears when I type ctrl-w-k
- I can't figure out why!)
Is there a recommended way to suppress this behavior?
I have the same problem with Lualine.