add gruvbox

This commit is contained in:
Andrzej Stepien 2024-03-18 14:06:48 +01:00
parent 2ad6f7fd59
commit 404f516984
1 changed files with 12 additions and 9 deletions

View File

@ -1,11 +1,14 @@
return {
"rose-pine/neovim",
name = "rose-pine",
priority = 1000,
init = function()
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme("rose-pine-main")
end,
{
"rose-pine/neovim",
name = "rose-pine",
priority = 1000,
init = function()
-- Load the colorscheme here.
-- Like many other themes, this one has different styles, and you could load
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
vim.cmd.colorscheme("rose-pine-main")
end,
},
{ "ellisonleao/gruvbox.nvim", priority = 1000, config = true, opts = ... },
}