mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-07 04:34:26 +08:00
Make displaying the tab count optional
Set the g:airline#extensions#tabline#show_tab_count to zero to disable. fixes complaints at #1882
This commit is contained in:
@@ -813,6 +813,9 @@ with the middle mouse button to delete that buffer.
|
||||
|
||||
* enable/disable displaying tabs, regardless of number. (c) >
|
||||
let g:airline#extensions#tabline#show_tabs = 1
|
||||
|
||||
* enable/disable displaying number of tabs in the right side (c) >
|
||||
let g:airline#extensions#tabline#show_tab_count = 1
|
||||
<
|
||||
* configure filename match rules to exclude from the tabline. >
|
||||
let g:airline#extensions#tabline#excludes = []
|
||||
|
||||
Reference in New Issue
Block a user