-
Notifications
You must be signed in to change notification settings - Fork 128
Closed
Description
Bug Description
@somefilename no longer works after claude code switched to native installer
To Reproduce
Steps to reproduce the behavior:
- Start Claude Code integration in snacks with 'space-ac'
- Run command '@somefilename'
- See that nothing is available in the dropdown
But if you instead specify the relative path to local dir:
@./somefilename you will get the drop down, however upon file selection the @ symbol is still in the prompt.
Expected Behavior
@somefilename should give a dropdown that resolves the chosen file to its full name without @.
Environment
- Neovim version: [0.11.5]
- Claude Code CLI version: [2.1.17]
- OS: [fedora 43]
- Plugin version: [0.3.0]
Error Messages
no errors
Additional Context
I am using default configs from readme.md for lazyvim snacks
I tried with the git_repo_cwd = true, and wd_provider - no difference
Metadata
Metadata
Assignees
Labels
No labels