feat: disable lazy load for theme
This commit is contained in:
parent
e8fcff3526
commit
6c368d484e
|
@ -3,6 +3,7 @@ return {
|
|||
{
|
||||
'sainnhe/gruvbox-material',
|
||||
priority = 1000,
|
||||
lazy = false,
|
||||
config = function()
|
||||
vim.g.gruvbox_material_background = 'soft'
|
||||
vim.g.gruvbox_material_better_performance = 1
|
||||
|
|
Loading…
Reference in New Issue