Compare commits

..

2 Commits

Author SHA1 Message Date
Simon Ziegler
73ae3af2eb formatted lazy-config 2025-10-02 20:09:52 +02:00
Simon Ziegler
077ba241cc disabled lazy update searching 2025-10-02 20:08:33 +02:00

View File

@@ -27,9 +27,11 @@ require("lazy").setup({
-- import your plugins -- import your plugins
{ import = "plugins" }, { import = "plugins" },
}, },
-- Configure any other settings here. See the documentation for more details. -- Configure any other settings here. See the documentation for more details.
-- colorscheme that will be used when installing plugins. -- colorscheme that will be used when installing plugins.
install = { colorscheme = { "habamax" } }, install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates -- automatically check for plugin updates
checker = { enabled = true }, checker = { enabled = false },
}) })