diff options
| author | jdhao <jdhao@hotmail.com> | 2020-10-18 22:45:59 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2020-10-18 22:45:59 +0800 |
| commit | bf144dbd708b28607758c10db8308379d7ab87c7 (patch) | |
| tree | e5693016094d276c68a9f112258ae0ae73550178 | |
| parent | 86e2c6c5be06a5a805cbc250224e127a55750866 (diff) | |
update theme settings
| -rw-r--r-- | ui.vim | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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) "}} "} |
