Claude Chat.Nvim
Description
A Neovim wrapper for Claude Code workflows.
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
claude-chat.nvim
A Neovim plugin for seamless integration with Claude Code CLI.
This plugin provides a smooth wrapper around Claude Code, helping you formulate prompts and automatically sharing file context. At its core, it launches Claude with your current file, selection context, and custom promptsβall without modifying Claude's configuration. Any changes Claude makes to visible buffers are immediately reflected in Neovim.
Built for Claude Code enthusiasts, mostly built _with_ Claude itself! π€
**Contributing**: Pull requests and issues are very welcome! If you want a feature that's missing, please help build it out (see "The Dream" section below).
https://github.com/user-attachments/assets/a91b3a0d-03bc-4810-b83a-c629bcf8cd46
β¨ Features
- π― Smart Context Sharing: Automatically passes current file path, filetype, and text selections to Claude
- π¬ Interactive Terminal: Chat with Claude Code in a customizable split or floating window with keybinds. ( injects current buffer filename)
- π Visual Selection Support: Works seamlessly with text selections and visual ranges
- βοΈ Flexible Configuration: Configurable split positioning, sizing, and terminal behavior
- π Live File Watching: Real-time context updates as you work
π Requirements
- Neovim: Version 0.7 or higher
- Claude Code CLI: Install from Claude and ensure it's available in your PATH as
claude
π¦ Installation
Using [lazy.nvim](https://github.com/folke/lazy.nvim)
**Recommended (simple setup):**
{
"wtfox/claude-chat.nvim",
config = true,
}
**With custom options:**
{
"wtfox/claude-chat.nvim",
config = true,
keys = {
{ "cc", ":ClaudeChat", mode = { "n", "v" }, desc = "Toggle Claude Chat" },
},
opts = {
-- Optional configuration
split = "vsplit", -- "vsplit", "split", or "float"
position = "right", -- "right", "left", "top", "bottom" (ignor
Related Skills
prompts.chat
| f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open sourc
Communication Internal Comms
Write internal communications like status reports, newsletters, and FAQs
Communication mcp-server-slack
Slack workspace integration.
Communication Google Workspace Groups Settings
Manage Google Groups settings
Communication Open Saas
A 100% free modern JS SaaS boilerplate (React, NodeJS, Prisma). Full-featured: Auth (email, google, github, sl
slack
| Communication | Slack integration via HTTP/OAuth MCP |
Communication