Open sainnhe opened 2 years ago
It seems users who have g:gruvbox_material_better_performance
on will need to manually clean up after/
directory.
It seems users who have
g:gruvbox_material_better_performance
on will need to manually clean upafter/
directory.
after/syntax
should be regenerated automatically, but after/plugin
need to be manually cleaned.
Why?
The previous design is a bit confusing since the built-in palettes of
g:gruvbox_material_palette
will only change the foreground colors, while the background colors are controlled byg:gruvbox_material_background
.To make the design more reasonable and match the design of my other color schemes, I decide to split this option.
Sincere apologies for the inconvenience caused.
How to update my vimrc?
If
g:gruvbox_material_palette
is set to a string, for example'material'
, simply replace this option withg:gruvbox_material_foreground
.If
g:gruvbox_material_palette
is set to a dictionary, replace it withg:gruvbox_material_colors_override