Skip to content

Commit 0b4d16c

Browse files
committed
release: v0.1.0
1 parent 30a036e commit 0b4d16c

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Neovim plugin for running the Codex CLI in an embedded terminal.
44

5-
> **Primary home:** [Codeberg](https://codeberg.org/yaadata/codex.nvim) · mirrored on [GitHub](https://github.com/yaadata/codex.nvim)
5+
> **Primary home:** [Codeberg](https://codeberg.org/yaadata/codex.nvim) ·
6+
> mirrored on [GitHub](https://github.com/yaadata/codex.nvim)
67
78
## Requirements
89

@@ -14,6 +15,7 @@ Neovim plugin for running the Codex CLI in an embedded terminal.
1415
```lua
1516
{
1617
url = "https://codeberg.org/yaadata/codex.nvim.git",
18+
version = '0.1',
1719
config = function()
1820
require("codex").setup({})
1921
end,
@@ -176,11 +178,11 @@ require("codex").setup({
176178
})
177179
```
178180

179-
`terminal.keymaps.close` triggers an intentional Codex session close. `terminal.auto_close`
180-
controls whether provider windows auto-close only after the terminal process exits.
181-
`terminal.keymaps.nav` is applied only for split windows (`vsplit`/`hsplit`).
182-
Set `terminal.keymaps.nav = false` to disable all navigation keymaps, or set
183-
individual directions to `false`.
181+
`terminal.keymaps.close` triggers an intentional Codex session close.
182+
`terminal.auto_close` controls whether provider windows auto-close only after
183+
the terminal process exits. `terminal.keymaps.nav` is applied only for split
184+
windows (`vsplit`/`hsplit`). Set `terminal.keymaps.nav = false` to disable all
185+
navigation keymaps, or set individual directions to `false`.
184186

185187
## Lua API
186188

0 commit comments

Comments
 (0)