File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33Neovim 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
You can’t perform that action at this time.
0 commit comments