#439 · Primary category: AI Coding Assistants
vim-ai
AI-powered code assistant for Vim. OpenAI and ChatGPT plugin for Vim and Neovim.
Project last updated:03/11/26
GitHub Stars
1.2K
Forks
111
Contributors
24
License
MIT
Why we included this project
vim-ai adds generative AI commands to Vim and Neovim, so you can get help without opening a separate chat app. It generates code or text, rewrites a selected block in place, holds an interactive conversation, and can even read images, all through OpenAI-compatible APIs. Privacy handling is a nice touch: nothing is sent unless you select text or type a prompt, so the whole buffer never goes out to a remote service. Custom roles and the emerging provider-plugin support let you route to Gemini, Claude, or a local proxy like LiteLLM rather than being locked to OpenAI. For anyone who edits in Vim and wants the assistant right there, this is a sensible, low-friction option.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.