mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-06 12:14:24 +08:00
allow disabling airline per-buffer
This commit is contained in:
@@ -234,10 +234,15 @@ values):
|
||||
<
|
||||
Old deprecated name: `w:airline_disabled`
|
||||
|
||||
See also the following option, for disabling setting the statusline globally
|
||||
See also the following options, for disabling setting the statusline
|
||||
globally or per-buffer
|
||||
* Disable setting the statusline option: >
|
||||
" disable globally
|
||||
let g:airline_disable_statusline = 1
|
||||
|
||||
" disable per-buffer
|
||||
let b:airline_disable_statusline = 1
|
||||
|
||||
< This setting disables setting the 'statusline' option. This allows to use
|
||||
e.g. the tabline extension (|airline-tabline|) but keep the 'statusline'
|
||||
option totally configurable by a custom configuration.
|
||||
|
||||
Reference in New Issue
Block a user