add info about configuring tabline separators to readme.

This commit is contained in:
Bailey Ling 2013-09-23 18:54:42 +00:00
parent 99329b0c96
commit 123daf2861
1 changed files with 5 additions and 0 deletions

View File

@ -37,6 +37,11 @@ This is disabled by default; add the following to your vimrc to enable the exten
let g:airline#extensions#tabline#enabled = 1 let g:airline#extensions#tabline#enabled = 1
Separators can be configured independently for the tabline, so here is how you can define "straight" tabs:
let g:airline#extensions#tabline#left_sep = ' '
let g:airline#extensions#tabline#left_alt_sep = '|'
## Seamless integration ## Seamless integration
vim-airline integrates with a variety of plugins out of the box. These extensions will be lazily loaded if and only if you have the other plugins installed (and of course you can turn them off). vim-airline integrates with a variety of plugins out of the box. These extensions will be lazily loaded if and only if you have the other plugins installed (and of course you can turn them off).