File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Neovim plugin for running the Codex CLI in an embedded terminal.
1313> [ !CAUTION]
1414> You are reading the ` master ` branch README. Install and configuration details
1515> may differ from tagged releases. The current latest release tag is
16- > [ ` v0.2.1 ` ] ( https://codeberg.org/yaadata/codex.nvim/src/tag/v0.2.1 ) . For
16+ > [ ` v0.2.2 ` ] ( https://codeberg.org/yaadata/codex.nvim/src/tag/v0.2.2 ) . For
1717> version-accurate instructions, read the README for your target tag from
1818> [ Codeberg releases] ( https://codeberg.org/yaadata/codex.nvim/releases ) .
1919
@@ -22,7 +22,7 @@ Neovim plugin for running the Codex CLI in an embedded terminal.
2222``` lua
2323{
2424 url = " https://codeberg.org/yaadata/codex.nvim.git" ,
25- version = ' 0.2.1 ' ,
25+ version = ' 0.2.2 ' ,
2626 config = function ()
2727 require (" codex" ).setup ({})
2828 end ,
You can’t perform that action at this time.
0 commit comments