feat: rose-pine original theme added + updates notification stopped at startup

This commit is contained in:
2025-09-04 20:50:10 +02:00
parent 4e11d36b93
commit dc7bc4ac45
3 changed files with 27 additions and 28 deletions

View File

@@ -31,5 +31,5 @@ require("lazy").setup({
-- colorscheme that will be used when installing plugins.
install = { colorscheme = { "habamax" } },
-- automatically check for plugin updates
checker = { enabled = true },
checker = { enabled = true, notify = false },
})

View File

@@ -3,12 +3,11 @@
-- ╰─────────╯
return {
{
-- "dqnid/plain-colors.nvim",
-- dir = "~/Documents/Proyectos/neovim-theme",
dir = "~/Documents/Code/plain-colors.nvim",
-- dir = "~/Documents/Code/plain-colors.nvim",
'rose-pine/neovim',
name = "rose-pine",
opts = {
variant = "darker", -- dark, light, darker
variant = "dawn", -- dark, light, darker
},
},
{ "echasnovski/mini.icons" },