formatted lazy-config

This commit is contained in:
Simon Ziegler
2025-10-02 20:09:52 +02:00
parent 077ba241cc
commit 73ae3af2eb

View File

@@ -31,7 +31,7 @@ require("lazy").setup({
-- 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 = false }, checker = { enabled = false },
}) })