comparison vimrc @ 131:ccee6e9f0c1d

fix colors in terminal vim
author zegervdv <zegervdv@me.com>
date Thu, 02 Oct 2014 08:20:44 +0200
parents 212e7e98554d
children 32bdd92feeae
comparison
equal deleted inserted replaced
130:212e7e98554d 131:ccee6e9f0c1d
32 if has("gui_running") 32 if has("gui_running")
33 " set background=dark 33 " set background=dark
34 " color base16-ocean 34 " color base16-ocean
35 color Tomorrow-Night 35 color Tomorrow-Night
36 else 36 else
37 set background=dark
37 color Tomorrow-Night 38 color Tomorrow-Night
38 endif 39 endif
39 set guifont=Inconsolata\ for\ Powerline:h12 40 set guifont=Inconsolata\ for\ Powerline:h12
40 set autowrite 41 set autowrite
41 set hidden 42 set hidden
412 let g:airline_powerline_fonts=1 413 let g:airline_powerline_fonts=1
413 414
414 let g:airline_left_sep = '' 415 let g:airline_left_sep = ''
415 let g:airline_right_sep = '' 416 let g:airline_right_sep = ''
416 417
417 let g:airline_theme = 'base16' 418 if has("gui_running")
418 419 let g:airline_theme = 'base16'
420 else
421 let g:airline_theme = 'tomorrow'
422 endif
419 let g:airline#extensions#syntastic#enabled = 1 423 let g:airline#extensions#syntastic#enabled = 1
420 " }}} 424 " }}}
421 " Unite {{{ 425 " Unite {{{
422 call unite#filters#matcher_default#use(['matcher_fuzzy','matcher_regexp']) 426 call unite#filters#matcher_default#use(['matcher_fuzzy','matcher_regexp'])
423 call unite#filters#sorter_default#use(['sorter_rank']) 427 call unite#filters#sorter_default#use(['sorter_rank'])