Monday, April 13, 2015

Re: overriding statusline when using airline

On Mon, Apr 13, 2015 at 7:52 AM, Christian Brabandt <cblists@256bit.org> wrote:

Recent airline plugins support to disable the statusline for selected
windows. You need to set the w:airline_disabled variable for the windows
you want to manage manually.

You can also (it turns out) use the g:airline_exclude_filetypes  variable to automatically disable Airline for windows open to 'foo' files -- this would take it off of your plugin's hands and just configure your own Airline installation.

In your Vim home directory under /plugin/, add a file airline.vim and give it this line:

let g:airline_exclude_filetypes = ['foo']

Ben

--
b

--
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments: