File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
41
41
- fix #83 : inactive lualine colors
42
42
- enhance: inactive statusline
43
43
- load colorscheme according to ` theme_style ` config
44
+ - revert 41f844a #113
44
45
45
46
## [ v0.0.2] - 15 Sep 2021
46
47
Original file line number Diff line number Diff line change 118
118
119
119
--- Delete the autocmds when the theme changes to something else
120
120
function util .onColorScheme ()
121
- print (vim .g .github_theme_style )
122
121
if vim .g .colors_name ~= " github" then
123
122
vim .cmd ([[ autocmd! github]] )
124
123
vim .cmd ([[ augroup! github]] )
@@ -216,11 +215,11 @@ function util.load(theme)
216
215
-- load base theme
217
216
util .syntax (theme .base )
218
217
219
- -- load syntax for plugins and terminal
220
- util .autocmds (theme .config )
221
- util .terminal (theme .colors )
222
- util .syntax (theme .plugins )
218
+ -- load syntax for plugins and terminal async
223
219
vim .defer_fn (function ()
220
+ util .autocmds (theme .config )
221
+ util .terminal (theme .colors )
222
+ util .syntax (theme .plugins )
224
223
util .syntax (theme .defer )
225
224
end , 100 )
226
225
end
You can’t perform that action at this time.
0 commit comments