change lazy.nvim's theme during installation to tokyonight-night

This commit is contained in:
Akulij 2025-06-07 00:06:36 +05:00
parent 662ff4f736
commit 95c5e966ba

View File

@ -29,7 +29,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" } },
install = { colorscheme = { "tokyonight-night" } },
-- automatically check for plugin updates
checker = { enabled = false }, -- I will update only when I will want to
})