---@type LazySpec
local spec = {
    "tanvirtin/monokai.nvim",
    --lazy = false,
    opts = {
        -- NOTE: Not support "transparent = true"
    },
    --cond = false,
    --enabled = false,
    optional = true,
}

return spec