Merge branch 'master' into dev
This commit is contained in:
commit
c994d08a6d
@ -41,6 +41,7 @@ function! airline#init#bootstrap()
|
|||||||
call s:check_defined('g:airline_theme_map', {})
|
call s:check_defined('g:airline_theme_map', {})
|
||||||
call extend(g:airline_theme_map, {
|
call extend(g:airline_theme_map, {
|
||||||
\ 'Tomorrow.*': 'tomorrow',
|
\ 'Tomorrow.*': 'tomorrow',
|
||||||
|
\ 'base16.*': 'base16',
|
||||||
\ 'mo[l|n]okai': 'molokai',
|
\ 'mo[l|n]okai': 'molokai',
|
||||||
\ 'wombat.*': 'wombat',
|
\ 'wombat.*': 'wombat',
|
||||||
\ '.*solarized.*': 'solarized',
|
\ '.*solarized.*': 'solarized',
|
||||||
|
Loading…
Reference in New Issue
Block a user