1
0
mirror of https://github.com/jdhao/nvim-config.git synced 2025-06-08 14:14:33 +02:00

update theme settings

This commit is contained in:
jdhao 2020-10-18 22:45:59 +08:00
parent 86e2c6c5be
commit bf144dbd70

3
ui.vim
View File

@ -137,7 +137,6 @@ function! s:my_theme_dict.neodark() dict abort
endif
endfunction
" execute printf('call s:my_theme_dict.%s()', s:theme)
execute printf('call s:my_theme_dict.%s()', 'material')
execute printf('call s:my_theme_dict.%s()', s:theme)
"}}
"}