From 6c368d484e65278a6b2af6cb98a2b8559e7b2587 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Jane=C5=BEi=C4=8D?= Date: Fri, 19 May 2023 19:49:19 +0200 Subject: [PATCH] feat: disable lazy load for theme --- lua/plugins/common.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/common.lua b/lua/plugins/common.lua index dbeed27..a0a402b 100644 --- a/lua/plugins/common.lua +++ b/lua/plugins/common.lua @@ -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