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