feat: add sainnhe/gruvbox-material

This commit is contained in:
2025-10-04 14:31:08 +02:00
parent 2529b023fb
commit f9fb091e03
2 changed files with 22 additions and 1 deletions

View File

@@ -23,7 +23,9 @@ _G.Config = {}
-- import other plugins
local r = function(m) require("plugins." .. m) end
local order = {}
local order = {
"colorscheme",
}
for _, m in ipairs(order) do
r(m)