{
"BRONZowl/codux.nvim",
opts = {},
}
:Lazy sync, restart Neovim, then open Codux::Codux
In LazyVim, <leader> is usually Space. Codux also maps open to <leader>zc.
codex is not already available:curl -fsSL https://chatgpt.com/codex/install.sh | sh
codex login
Confirm the CLI is available:
codex --version
cd ~/Projects/your-project
nvim
:checkhealth codux
:Codux
codexOptional:
<leader>z group labelThis plugin was developed using Neo-tree in LazyVim.
Windows users can use WSL2 with the Linux install command above, or follow the official Codex Windows setup guide.
For remote or headless login:
codex login --device-auth
Codux sends requested files, selections, diagnostics, and health output through your configured Codex CLI session.