mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2024-11-18 02:46:27 +00:00
Avoid errors when setting airline theme if no scheme selected
This commit is contained in:
parent
b84dfa7a60
commit
ddaceb71c9
@ -160,6 +160,7 @@ try
|
|||||||
catch /^Vim\%((\a\+)\)\=:E185/
|
catch /^Vim\%((\a\+)\)\=:E185/
|
||||||
" Colorschemes not installed yet
|
" Colorschemes not installed yet
|
||||||
" This happens when first installing bundles
|
" This happens when first installing bundles
|
||||||
|
colorscheme default
|
||||||
endtry
|
endtry
|
||||||
|
|
||||||
" Set Airline theme
|
" Set Airline theme
|
||||||
|
Loading…
Reference in New Issue
Block a user