Skip to content

Commit 5f2d0a9

Browse files
committed
release: v0.4.1
1 parent 458b011 commit 5f2d0a9

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

README.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
# codex.nvim
1+
# <p style="text-align:center;">codex.nvim</p>
22

3+
<p style="text-align:center;">
34
Neovim plugin for running the Codex CLI in an embedded terminal.
5+
</p>
46

5-
> **Primary home:** [Codeberg](https://codeberg.org/yaadata/codex.nvim) ·
6-
> mirrored on [GitHub](https://github.com/yaadata/codex.nvim)
7+
- **Primary home:** [Codeberg](https://codeberg.org/yaadata/codex.nvim)
8+
- Mirrored on [GitHub](https://github.com/yaadata/codex.nvim)
79

810
## Requirements
911

@@ -13,7 +15,7 @@ Neovim plugin for running the Codex CLI in an embedded terminal.
1315
> [!CAUTION]
1416
> You are reading the `main` branch README. Install and configuration details
1517
> may differ from tagged releases. The current latest release tag is
16-
> [`v0.4.0`](https://codeberg.org/yaadata/codex.nvim/src/tag/v0.4.0). For
18+
> [`v0.4.1`](https://codeberg.org/yaadata/codex.nvim/src/tag/v0.4.1). For
1719
> version-accurate instructions, read the README for your target tag from
1820
> [Codeberg releases](https://codeberg.org/yaadata/codex.nvim/releases).
1921
@@ -22,7 +24,7 @@ Neovim plugin for running the Codex CLI in an embedded terminal.
2224
```lua
2325
{
2426
url = "https://codeberg.org/yaadata/codex.nvim.git",
25-
version = "0.4.0",
27+
version = "0.4.1",
2628
cmd = {
2729
"Codex",
2830
"CodexFocus",
@@ -326,10 +328,10 @@ navigation keymaps, or set individual directions to `false`.
326328
- `require("codex").review(instructions)` send `/review`.
327329
- `require("codex").show_diff()` send `/diff`.
328330
- `require("codex").resume(opts)` resume (`opts.last` supports `--last`).
329-
- `require("codex").send_buffer(opts)` send buffer/file path as `@path`
330-
with a trailing space. Set `opts.path` to send an explicit file path
331-
(takes precedence over `opts.bufnr`), and set `opts.focus = false` to keep
332-
editor focus.
331+
- `require("codex").send_buffer(opts)` send buffer/file path as `@path` with a
332+
trailing space. Set `opts.path` to send an explicit file path (takes
333+
precedence over `opts.bufnr`), and set `opts.focus = false` to keep editor
334+
focus.
333335
- `require("codex").send_selection(opts)` send visual/range selection with a
334336
trailing newline after the fenced block.
335337
- `require("codex").mention_file(path, opts)` send `/mention` for a file path

0 commit comments

Comments
 (0)