31eb79bd56
- agents/companion.md: recognise three surfaces (mcp-neovim-server RPC, claudecode.nvim IDE-link, declarative NixVim config) and rule for picking between MCP-RPC vs IDE-link tools (selection/diff/diagnostics -> IDE link; everything else -> mcp__neovim__*) - skills/claude-code-handoff: document the full :ClaudeCode* command surface (SelectModel, Status, TreeAdd, partial-file Add with line range) and recommend partial-file Add over whole-buffer send - skills/editor-act: fix markdown lint issues (vim language hint on code fences, line-length on feedkeys snippet)
12 lines
171 B
JSON
12 lines
171 B
JSON
{
|
|
"mcpServers": {
|
|
"neovim": {
|
|
"command": "npx",
|
|
"args": ["-y", "mcp-neovim-server"],
|
|
"env": {
|
|
"NVIM_SOCKET_PATH": "/run/user/1000/nvim.sock"
|
|
}
|
|
}
|
|
}
|
|
}
|