Discover and explore top open-source AI tools and projects—updated daily.
johnseth97Neovim plugin for OpenAI Codex integration
Top 99.4% on SourcePulse
Codex Neovim Plugin integrates OpenAI's Codex models, providing AI-powered code completion and generation directly within the editor. It targets Neovim users seeking to enhance their coding workflow with AI assistance, offering features like toggling an AI panel, background processing, and statusline integration.
How It Works
The plugin acts as a frontend for the open-sourced Codex CLI. Users install the CLI via npm and configure their OpenAI API key. The Neovim plugin then communicates with the CLI to send code context and receive AI-generated suggestions or completions. It offers flexibility in presentation, allowing users to choose between a floating window or a side-panel, and to capture output in a terminal buffer or a standard editable buffer.
Quick Start & Requirements
npm install -g @openai/codex or set autoinstall = true in the plugin configuration.export OPENAI_API_KEY=your_api_key.lazy.nvim example provided).Highlighted Details
:CodexToggle or custom keymaps.require('codex').status().Maintenance & Community
No specific details on contributors, sponsorships, or community channels (like Discord/Slack) are provided in the README.
Licensing & Compatibility
The license is not explicitly stated in the provided README. Compatibility for commercial use or closed-source linking is therefore undetermined.
Limitations & Caveats
The plugin and its underlying Codex CLI are in "active beta development," meaning features can change rapidly, and stability is not guaranteed. It relies on an external CLI and an OpenAI API key, introducing external dependencies and potential costs.
7 months ago
Inactive
eigenpal
anomalyco