feat: disable lazy load for theme

This commit is contained in:
Matej Janezic 2023-05-19 19:49:19 +02:00
parent e8fcff3526
commit 6c368d484e
Signed by: janezicmatej
GPG Key ID: 4298E230ED37B2C0
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ return {
{ {
'sainnhe/gruvbox-material', 'sainnhe/gruvbox-material',
priority = 1000, priority = 1000,
lazy = false,
config = function() config = function()
vim.g.gruvbox_material_background = 'soft' vim.g.gruvbox_material_background = 'soft'
vim.g.gruvbox_material_better_performance = 1 vim.g.gruvbox_material_better_performance = 1