mirror of
https://github.com/jdhao/nvim-config.git
synced 2025-06-08 14:14:33 +02:00
update
This commit is contained in:
parent
9c88f3e34e
commit
a789afde98
@ -91,8 +91,7 @@ let s:theme = s:candidate_theme[s:idx]
|
|||||||
|
|
||||||
let s:colorscheme_func = printf('s:my_theme_dict.%s()', s:theme)
|
let s:colorscheme_func = printf('s:my_theme_dict.%s()', s:theme)
|
||||||
if has_key(s:my_theme_dict, s:theme)
|
if has_key(s:my_theme_dict, s:theme)
|
||||||
" execute 'call ' . s:colorscheme_func
|
execute 'call ' . s:colorscheme_func
|
||||||
call s:my_theme_dict.gruvbox_material()
|
|
||||||
else
|
else
|
||||||
echohl WarningMsg
|
echohl WarningMsg
|
||||||
echomsg 'Invalid colorscheme function: ' s:colorscheme_func
|
echomsg 'Invalid colorscheme function: ' s:colorscheme_func
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user