---@type LazySpec
local spec = {
    "mistweaverco/retro-theme.nvim",
    --lazy = false,
    opts = {
        italic_comments = true,
        disable_cache = false,
        hot_reload = false,
    },
    --cond = false,
    --enabled = false,
    optional = true,
}

return spec