1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00
This commit is contained in:
jdhao 2021-01-05 22:47:55 +08:00
parent 9c88f3e34e
commit a789afde98

View File

@ -91,8 +91,7 @@ let s:theme = s:candidate_theme[s:idx]
let s:colorscheme_func = printf('s:my_theme_dict.%s()', s:theme)
if has_key(s:my_theme_dict, s:theme)
" execute 'call ' . s:colorscheme_func
call s:my_theme_dict.gruvbox_material()
execute 'call ' . s:colorscheme_func
else
echohl WarningMsg
echomsg 'Invalid colorscheme function: ' s:colorscheme_func