mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-08 13:04:44 +08:00
document showing/hiding tabline based on tab count. resolves #252.
This commit is contained in:
@@ -339,7 +339,13 @@ virtualenv <https://github.com/jmcantrell/vim-virtualenv>
|
|||||||
* configure the minimum number of buffers needed to show the tabline. >
|
* configure the minimum number of buffers needed to show the tabline. >
|
||||||
let g:airline#extensions#tabline#buffer_min_count = 0
|
let g:airline#extensions#tabline#buffer_min_count = 0
|
||||||
<
|
<
|
||||||
Note: this setting only applies to a single tab.
|
Note: this setting only applies to a single tab and when `show_buffers` is
|
||||||
|
true.
|
||||||
|
|
||||||
|
* configure the minimum number of tabs needed to show the tabline. >
|
||||||
|
let g:airline#extensions#tabline#tab_min_count = 0
|
||||||
|
<
|
||||||
|
Note: this setting only applies when `show_buffers` is false.
|
||||||
|
|
||||||
* configure separators for the tabline only. >
|
* configure separators for the tabline only. >
|
||||||
let g:airline#extensions#tabline#left_sep = ''
|
let g:airline#extensions#tabline#left_sep = ''
|
||||||
|
|||||||
Reference in New Issue
Block a user