🧩 Claude Code Neovim IDE Extension
claudecode.nvim is a pure Lua Neovim plugin that brings Claude Code, Anthropic's AI coding assistant, to Neovim by implementing the same WebSocket-based MCP protocol used by the official VS Code and JetBrains extensions. The author reverse-engineered that protocol after Neovim was absent from the official launch, and the full specification is documented in a bundled PROTOCOL.md for anyone building similar integrations. The plugin exposes over a dozen Vim commands, including ClaudeCode, ClaudeCodeAdd, ClaudeCodeSend, ClaudeCodeDiffAccept, and ClaudeCodeDiffDeny, and integrates with file explorers such as NvimTree, neo-tree, oil, and minifiles via ClaudeCodeTreeAdd. It depends on folke/snacks.nvim for terminal rendering and requires the Claude Code CLI to be installed separately. Built entirely with vim.loop and Neovim built-ins, it carries no external Lua dependencies. Neovim developers who want Claude Code's context-aware editing and diff review workflow without leaving their editor are the primary audience.
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Healthy fork ratio
- ✓Clear description
- ✓Topics declared
- ✓Mature repo (>1y old)
git clone https://github.com/coder/claudecode.nvimTools overview
What people ask about claudecode.nvim
What is coder/claudecode.nvim?
+
coder/claudecode.nvim is tools for the Claude AI ecosystem. 🧩 Claude Code Neovim IDE Extension It has 2.8k GitHub stars and was last updated today.
How do I install claudecode.nvim?
+
You can install claudecode.nvim by cloning the repository (https://github.com/coder/claudecode.nvim) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is coder/claudecode.nvim safe to use?
+
Our security agent has analyzed coder/claudecode.nvim and assigned a Trust Score of 100/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.
Who maintains coder/claudecode.nvim?
+
coder/claudecode.nvim is maintained by coder. The last recorded GitHub activity is from today, with 81 open issues.
Are there alternatives to claudecode.nvim?
+
Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.
Deploy claudecode.nvim to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/coder-claudecode-nvim)<a href="https://claudewave.com/repo/coder-claudecode-nvim"><img src="https://claudewave.com/api/badge/coder-claudecode-nvim" alt="Featured on ClaudeWave: coder/claudecode.nvim" width="320" height="64" /></a>More Tools
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.
An AI SKILL that provide design intelligence for building professional UI/UX multiple platforms
🪨 why use many token when few token do trick — Claude Code skill that cuts 65% of tokens by talking like caveman
AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
A light-weight and powerful meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.
CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies