All skills
Skillintermediate
bug report 1
A clear and concise description of what the bug is.
Claude Code Knowledge Pack7/10/2026
Overview
Bug Description
A clear and concise description of what the bug is.
Steps To Reproduce
- Go to '...'
- Run command '....'
- See error
Expected Behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment
- OS: [e.g. Ubuntu 22.04, macOS 13.0, Windows 11]
- Neovim version: [e.g. 0.9.0]
- Claude Code CLI version: [e.g. 1.0.0]
- Plugin version or commit hash: [e.g. main branch as of date]
Plugin Configuration
-- Your Claude-Code.nvim configuration here
require("claude-code").setup({
-- Your configuration options
})
Additional Context
Add any other context about the problem here, such as:
- Error messages from Neovim (:messages)
- Logs from the Claude Code terminal
- Any recent changes to your setup
Minimal Reproduction
For faster debugging, try to reproduce the issue using our minimal configuration:
- Create a new directory for testing
- Copy
tests/minimal-init.luafrom this repo to your test directory - Start Neovim with this minimal config:
nvim --clean -u minimal-init.lua - Try to reproduce the issue with this minimal setup