-
Notifications
You must be signed in to change notification settings - Fork 138
Open
Description
Bug Description
I have a pretty-much standard install. For a while I could open claude and ask questions like "what does the current file do" but now it doesn't know what the current file is. I think the only tool available to it via the IDE integration is getDiagnostics
To Reproduce
Steps to reproduce the behavior:
- Start Claude Code integration with
<leader>cc(I use<leader>ccinstead of<leader>ac) - Ask claude "what file is currently open" or "what is the file in the current buffer", etc.
- It either says it doesn't know or it tries to run
getDiagnosticswhich doesn't help
or
- Start Claude code with
<leader>cc - Run
/ideand it says it's connected to neovm. - Ask claude, "What tools do you have available via the neovim ide integration?". It says:
● Based on what's available, I have the following IDE integration tools:
- mcp__ide__getDiagnostics - Get language diagnostics (errors, warnings) from the editor, optionally filtered by file URI.
Expected Behavior
A more complete integration.
Environment
- Neovim version: 0.11.1
- Claude Code CLI version: 2.1.12
- OS: Linux (Debian Trixie)
- Plugin version:
aa9a5ceis the commit hash
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels