From 73ae3af2eb50d4015538df0cbab29afcf8678e1a Mon Sep 17 00:00:00 2001 From: Simon Ziegler Date: Thu, 2 Oct 2025 20:09:52 +0200 Subject: [PATCH] formatted lazy-config --- lua/config/lazy.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/config/lazy.lua b/lua/config/lazy.lua index efa1f11..ebe2265 100644 --- a/lua/config/lazy.lua +++ b/lua/config/lazy.lua @@ -31,7 +31,7 @@ require("lazy").setup({ -- Configure any other settings here. See the documentation for more details. -- colorscheme that will be used when installing plugins. install = { colorscheme = { "habamax" } }, - -- + -- automatically check for plugin updates checker = { enabled = false }, })