From 31a85abeb467065db31f51c8bdccb6fb04f8f545 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Mon, 23 Dec 2024 03:00:02 -0500 Subject: [PATCH] AutoYADM commit: 2024-12-23 03:00:02 --- .config/nvim/lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/nvim/lua/config/lazy.lua b/.config/nvim/lua/config/lazy.lua index 38adc6ce..6f285ae4 100644 --- a/.config/nvim/lua/config/lazy.lua +++ b/.config/nvim/lua/config/lazy.lua @@ -35,7 +35,7 @@ require("lazy").setup({ -- version = "*", -- try installing the latest stable version for plugins that support semver }, install = { - -- colo + -- { colorscheme = { "habamax" } }, }, checker = { enabled = true, -- check for plugin updates periodically