12 lines
252 B
Lua
12 lines
252 B
Lua
return {
|
|
{
|
|
dir = vim.fn.stdpath("config") .. "/lua/colors",
|
|
name = "hybrid-colorscheme",
|
|
lazy = false,
|
|
priority = 1000,
|
|
config = function()
|
|
require("colors.hybrid").setup()
|
|
end,
|
|
},
|
|
}
|