@coder/claudecode-nvim

by coder · v1.0.0 · prompt

Neovim plugin for Claude Code integration - edit and navigate code with AI assistance

Install

Add @coder/claudecode-nvim to Claude Code with the PolySkill CLI: polyskill add @coder/claudecode-nvim

Instructions

# CLAUDE.md This file provides context for Claude Code when working with this codebase. ## Project Overview claudecode.nvim - A Neovim plugin that implements the same WebSocket-based MCP protocol as Anthropic's official IDE extensions. Built with pure Lua and zero dependencies. ## Common Development Commands ### Testing - `make test` - Run all tests using busted with coverage - `busted tests/unit/specific_spec.lua` - Run specific test file - `busted --coverage -v` - Run tests with coverage ### Code Quality - `make check` - Check Lua syntax and run luacheck - `make format` - Format code with s…

Keywords: github, neovim-plugin, ai-code-assistance, code-navigation, claude-ai, programming-tools, developer-productivity, code-editing, open-source