allow configuration for showing only tabs. resolves #220.

This commit is contained in:
Bailey Ling
2013-09-04 20:17:02 +00:00
parent 56eaf3733f
commit a9b2fd2c41
2 changed files with 5 additions and 1 deletions

View File

@@ -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:.'
<