add old vim-powerline font symbols into the doc. resolves #76.

This commit is contained in:
Bailey Ling 2013-07-17 19:09:18 +00:00
parent 52685102ba
commit 1385667168
1 changed files with 9 additions and 0 deletions

View File

@ -126,6 +126,15 @@ separators, as well as the powerline font glyths.
let g:airline_fugitive_prefix = ' '
let g:airline_readonly_symbol = ''
let g:airline_linecolumn_prefix = ' '
" old vim-powerline symbols
let g:airline_left_sep = '⮀'
let g:airline_left_alt_sep = '⮁'
let g:airline_right_sep = '⮂'
let g:airline_right_alt_sep = '⮃'
let g:airline_fugitive_prefix = '⭠'
let g:airline_readonly_symbol = '⭤'
let g:airline_linecolumn_prefix = '⭡'
<
For more intricate customizations, you can replace the predefined sections