feat(codex): add plugin (#13757)

This commit is contained in:
Runrioter Wung
2026-08-07 16:58:15 +08:00
committed by GitHub
parent 069512d14a
commit 6f39351fef
2 changed files with 25 additions and 0 deletions

11
plugins/codex/README.md Normal file
View File

@@ -0,0 +1,11 @@
# codex Plugin
## Introduction
This `codex` plugin sets up completion for [codex](https://github.com/openai/codex).
To use it, add `codex` to the plugins array of your zshrc file:
```bash
plugins=(... codex)
```