mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-02-07 10:20:55 +08:00
introduce g:airline_inactive_collapse. resolves #129.
This commit is contained in:
@@ -85,6 +85,12 @@ values):
|
||||
let g:airline_detect_whitespace=2 "icon only
|
||||
<
|
||||
|
||||
* determine whether inactive windows should have the left section collapsed to
|
||||
only the filename of that buffer.
|
||||
>
|
||||
let g:airline_inactive_collapse=1
|
||||
<
|
||||
|
||||
* change the default theme
|
||||
>
|
||||
let g:airline_theme='dark'
|
||||
|
||||
Reference in New Issue
Block a user