mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-16 23:33:38 -05:00
Airline theme mapping (issue #12)
This commit is contained in:
@@ -477,6 +477,15 @@ let g:rbpt_colorpairs = [
|
|||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
"}}}
|
"}}}
|
||||||
|
" Airline {{{
|
||||||
|
|
||||||
|
if !exists('g:airline_theme_map')
|
||||||
|
let g:airline_theme_map = { 'gruvbox.*': 'tomorrow' }
|
||||||
|
else
|
||||||
|
let g:airline_theme_map['gruvbox.*'] = 'tomorrow'
|
||||||
|
endif
|
||||||
|
|
||||||
|
" }}}
|
||||||
|
|
||||||
" Filetype specific -----------------------------------------------------------
|
" Filetype specific -----------------------------------------------------------
|
||||||
" Diff: {{{
|
" Diff: {{{
|
||||||
|
|||||||
Reference in New Issue
Block a user