1
0
Fork 0

get rid of $TERM re-exporting + add support for non-256color vim, long overdue

This commit is contained in:
Von Random 2014-10-14 19:16:56 +04:00
parent 08600a8cac
commit d5ecb4a96d
5 changed files with 8 additions and 12 deletions

4
vimrc
View file

@ -83,7 +83,9 @@ if v:version >= 703
call vundle#end()
" airline options
let g:airline_powerline_fonts = 1
if &t_Co > 88 || has("gui_running")
let g:airline_powerline_fonts = 1
endif
let g:airline_symbols = {}
let g:airline_symbols.whitespace = '!'