refactor: simplify config

This commit is contained in:
Job
2026-03-06 20:06:22 +01:00
parent cebe4d190c
commit add6e87c26
7 changed files with 29 additions and 69 deletions

View File

@@ -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" },
},
}