mirror of
https://github.com/vim-airline/vim-airline.git
synced 2026-01-02 09:33:22 +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