Skip to content

Commit

Permalink
update win32 config
Browse files Browse the repository at this point in the history
  • Loading branch information
chenzp committed Mar 31, 2016
1 parent d56bb19 commit 8790400
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -197,5 +197,13 @@ else
endif
let g:airline_powerline_fonts = 1

"set encoding=utf-8
"set rop=type:directx,gamma:1.0,contrast:0.5,level:1,geom:1,renmode:4,taamode:1
if has ('win32')
"airline 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_symbols.branch = '«ã'
let g:airline_symbols.readonly = '«å'
let g:airline_symbols.linenr = '«ä'
endif

0 comments on commit 8790400

Please sign in to comment.