Releases: johnseth97/codex.nvim
Fixed Conflicting Keybinds
New default to close window is , the key binds of the codex application conflict heavily with commonly used methods of closing windows or buffers in vim.
Users can now remap this bind in options.
v0.2.0
What's Changed
- option to select model by @johnseth97 in #8
Full Changelog: v0.1.2...v1.0.0
NOTE: Codex CLI has an extremely robust configuration via JSON or YAML, It's best to do your config of the application via OpenAI's config. The option to select model is fairly redundant, but will be appreciated by users that don't want to dive in to the Codex settings.
v0.1.2
New release has optional autoinstall funciton, instead of throwing errors if codex or npm isn't installed.
New release also has simple lualine support, which shows the user if there is a codex window up in the background.
See readme.md for instructions on implementation