return { "zaldih/themery.nvim", lazy = false, config = function() require("themery").setup({ themes = { "github_dark", "github_light", }, livePreview = true, }) end, keys = { { "c", "Themery", desc = "theme picker" }, }, }