#308 · Primary category: AI Coding Assistants
parrot.nvim
parrot.nvim 🦜 - the plugin that brings stochastic parrots to Neovim.
Project last updated:08/24/26
GitHub Stars
791
Forks
49
Contributors
37
License
MIT
Why we included this project
Neovim users who want LLM help without leaving the editor can connect OpenAI, Anthropic, Gemini, xAI, and local Ollama endpoints straight into their normal editing flow. The plugin sticks to text generation: on-demand completion and inline edits driven by your own instructions, plus chat sessions that open in native Neovim buffers. Conversations are saved as markdown files in standard Neovim paths, so your history stays readable and portable. One deliberate choice stands out: it skips agent-style autonomous tool use entirely, keeping you in control of exactly what reaches the API. That makes it a good fit for people who want transparent, predictable assistance rather than an assistant that acts on its own.
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.