feat: rose-pine original theme added + updates notification stopped at startup
This commit is contained in:
@@ -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 },
|
||||
})
|
||||
|
||||
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user