mirror of
https://github.com/vim-airline/vim-airline-themes.git
synced 2025-12-16 05:37:07 +08:00
allow configuration for showing only tabs. resolves #220.
This commit is contained in:
@@ -296,6 +296,9 @@ virtualenv <https://github.com/jmcantrell/vim-virtualenv>
|
||||
* enable/disable enhanced tabline. >
|
||||
let g:airline#extensions#tabline#enabled = 0
|
||||
<
|
||||
* enable/disable displaying buffers with a single tab. >
|
||||
let g:airline#extensions#tabline#show_buffers = 1
|
||||
<
|
||||
* configure the formatting of filenames (see |filename-modifiers|). >
|
||||
let g:airline#extensions#tabline#fnamemod = ':p:.'
|
||||
<
|
||||
|
||||
Reference in New Issue
Block a user