support controlling whether bufferline variables get overwritten. resolves #195.

This commit is contained in:
Bailey Ling
2013-08-28 08:21:32 -04:00
parent 6c5672d686
commit 386ba6b087
2 changed files with 20 additions and 7 deletions

View File

@@ -200,6 +200,15 @@ configuration values that you can use.
\ 'y': 88,
\ 'z': 45,
\ })
<
*airline-bufferline*
vim-bufferline <https://github.com/bling/vim-bufferline>
* enable/disable bufferline integration >
let g:airline#extensions#bufferline#enabled = 1
<
* determine whether bufferline will overwrite customization variables >
let g:airline#extensions#bufferline#overwrite_variables = 1
<
*airline-branch*
fugitive.vim <https://github.com/tpope/vim-fugitive>