chore: update config to lazyvim 14

This commit is contained in:
Job
2024-12-13 19:33:52 +01:00
parent 9bed5b823f
commit 393e49c781
3 changed files with 3 additions and 20 deletions

View File

@@ -1,17 +1,9 @@
-- Configure rose-pine and gruvbox-material colorschemes.
return {
{ "rose-pine/neovim" },
{ "sainnhe/gruvbox-material" },
{
"sainnhe/gruvbox-material",
opts = function()
vim.g.gruvbox_material_foreground = "original"
end,
},
{
-- Set default colorscheme.
"LazyVim/LazyVim",
opts = {
colorscheme = "gruvbox-material",
},
opts = { colorscheme = "gruvbox-material" },
},
}