From 7d86a516ae70e3f98346099724d4d2a9889f0bdb Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 10 May 2025 16:52:51 +0200 Subject: [PATCH] disable colourscheme loading in lazy setup --- .config/lazyvim/lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/lazyvim/lua/config/lazy.lua b/.config/lazyvim/lua/config/lazy.lua index 77ab20b..90a5ff6 100644 --- a/.config/lazyvim/lua/config/lazy.lua +++ b/.config/lazyvim/lua/config/lazy.lua @@ -30,7 +30,7 @@ require("lazy").setup({ version = false, -- always use the latest git commit -- version = "*", -- try installing the latest stable version for plugins that support semver }, - install = { colorscheme = { "tokyonight", "habamax" } }, + -- install = { colorscheme = { "tokyonight", "habamax" } }, checker = { enabled = false, -- check for plugin updates periodically notify = false, -- notify on update -- 2.39.5