get rid of $TERM re-exporting + add support for non-256color vim, long overdue
This commit is contained in:
parent
08600a8cac
commit
d5ecb4a96d
5 changed files with 8 additions and 12 deletions
4
vimrc
4
vimrc
|
@ -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 = '!'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue