Claucode.Nvim banner
avifenesh avifenesh

Claucode.Nvim

AI community

Description

A Neovim bridge plugin for Claude Code CLI, providing seamless integration between your editor and Claude's AI capabilities.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

claucode.nvim

A Neovim bridge plugin for [Claude Code CLI](https://claude.ai/code), providing seamless integration between your editor and Claude's AI capabilities.

🌟 **Love this plugin?** Give it a star! It helps others discover it.

What's This?

A lightweight Neovim plugin that bridges your editor with Claude Code CLI, bringing AI assistance directly into your coding workflow.

Features

  • πŸš€ Send prompts to Claude directly from Neovim
  • πŸ“ Auto-reload buffers when Claude modifies files
  • πŸ” Visual selection support for context-aware assistance
  • πŸ“ Include file context with your prompts
  • πŸ”„ Real-time file watching for external changes
  • πŸ–₯️ Terminal integration with split view
  • πŸ’¬ Streaming responses in popup windows
  • 🎯 MCP-powered diff preview - Review changes before applying
  • πŸ”‡ Configurable notifications - Control verbosity of status messages
  • 🎨 Optional icons - Enable/disable emojis in UI

New in v0.3

  • Multi-session support: Run multiple Neovim instances with isolated MCP servers per project
  • Interactive prompt: :Claude without arguments opens an input prompt
  • Notification control: Silence routine notifications while keeping errors visible
  • Icon toggle: Disable emojis for a cleaner terminal experience
  • Improved path detection: Better MCP server discovery across different install methods
  • Automatic cleanup: MCP servers are removed when Neovim exits
image Screenshot 2025-08-04 at 6 31 51 Screenshot 2025-08-04 at 6 33 54

Screenshot 2025-08-04 at 6 38 33