mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-12-28 22:56:52 +08:00
update readme about powerline glyths
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
" powerline symbols:
|
||||
" some unicode symbols: ▶ » « ◀
|
||||
if !exists('g:airline_left_sep')
|
||||
let g:airline_left_sep=exists('g:airline_powerline_fonts')?"":"»"
|
||||
let g:airline_left_sep=exists('g:airline_powerline_fonts')?"":">"
|
||||
endif
|
||||
if !exists('g:airline_right_sep')
|
||||
let g:airline_right_sep=exists('g:airline_powerline_fonts')?"":"«"
|
||||
let g:airline_right_sep=exists('g:airline_powerline_fonts')?"":"<"
|
||||
endif
|
||||
if !exists('g:airline_enable_fugitive')
|
||||
let g:airline_enable_fugitive = 1
|
||||
|
||||
Reference in New Issue
Block a user