﻿---
title: "仓库里关掉一条本地 marketplace 插件"
filename: ".codex/config.toml"
canonical: /templates/plugin-repo-enabled/
---

# 仓库里关掉一条本地 marketplace 插件

只关这个仓库，不卸载。键必须是 name@marketplace。远程精选经常拦不住。

```
[plugins."my-plugin@local-repo"]
enabled = false

```
