refactor: simplify config
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
-- Configure rose-pine and gruvbox-material colorschemes.
|
||||
return {
|
||||
{ "rose-pine/neovim", name = "rose-pine" },
|
||||
{ "sainnhe/gruvbox-material" },
|
||||
{
|
||||
"LazyVim/LazyVim",
|
||||
opts = { colorscheme = "gruvbox-material" },
|
||||
opts = { colorscheme = "rose-pine" },
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user