devcontainer/config/nvim/plugins/colorscheme.lua
Job79 e180de3a7b
All checks were successful
Container build / container-build (push) Successful in 4m52s
refactor: cleanup config
2024-12-12 20:42:39 +01:00

13 lines
238 B
Lua

-- Configure rose-pine and gruvbox-material colorschemes.
return {
{ "rose-pine/neovim" },
{ "sainnhe/gruvbox-material" },
{
-- Set default colorscheme.
"LazyVim/LazyVim",
opts = {
colorscheme = "gruvbox-material",
},
},
}