#463 · Primary category: AI Coding Assistants
gp.nvim
Gp.nvim (GPT prompt) Neovim AI plugin: ChatGPT sessions & Instructable text/code operations & Speech to text [OpenAI, Ollama, Anthropic, ..]
Project last updated:08/11/25
GitHub Stars
1.3K
Forks
129
Contributors
36
License
MIT
Why we included this project
Gp.nvim brings ChatGPT-style sessions and instructable text and code operations straight into Neovim, so you can get LLM help without switching windows. Chat sessions live in plain markdown buffers, and the text operations work in normal mode, insert mode, or over a selected range, with results going back into the buffer, into a new one, or into a popup. Provider support is genuinely broad: OpenAI, Anthropic, Google Gemini, Perplexity, GitHub Copilot, and local Ollama instances are all fair game, so you are not tied to a single vendor. It also covers speech-to-text for dictating comments and instructions, image generation, and per-repository custom instructions via a .gp.md file, so generated code matches your project's conventions. Config hooks turn into registered commands automatically, which makes repetitive tasks easy to script.
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.