add gruvbox
This commit is contained in:
parent
2ad6f7fd59
commit
404f516984
|
@ -1,11 +1,14 @@
|
||||||
return {
|
return {
|
||||||
"rose-pine/neovim",
|
{
|
||||||
name = "rose-pine",
|
"rose-pine/neovim",
|
||||||
priority = 1000,
|
name = "rose-pine",
|
||||||
init = function()
|
priority = 1000,
|
||||||
-- Load the colorscheme here.
|
init = function()
|
||||||
-- Like many other themes, this one has different styles, and you could load
|
-- Load the colorscheme here.
|
||||||
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
-- Like many other themes, this one has different styles, and you could load
|
||||||
vim.cmd.colorscheme("rose-pine-main")
|
-- any other, such as 'tokyonight-storm', 'tokyonight-moon', or 'tokyonight-day'.
|
||||||
end,
|
vim.cmd.colorscheme("rose-pine-main")
|
||||||
|
end,
|
||||||
|
},
|
||||||
|
{ "ellisonleao/gruvbox.nvim", priority = 1000, config = true, opts = ... },
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue