---
title: "bug report 1"
description: "A clear and concise description of what the bug is."
type: skill
canonical_url: https://claudary.paisolsolutions.com/skills/bug-report-1
source: "Claudary"
difficulty: intermediate
author: "Claude Code Knowledge Pack"
date: 2026-07-10T11:08:36.279Z
license: CC-BY-4.0
attribution: "bug report 1 — Claudary (https://claudary.paisolsolutions.com/skills/bug-report-1)"
---

# bug report 1
A clear and concise description of what the bug is.

## Overview

---
name: Bug report
about: Create a report to help improve Claude-Code.nvim
title: '[BUG] '
labels: bug
assignees: ''
---

## Bug Description

A clear and concise description of what the bug is.

## Steps To Reproduce

1. Go to '...'
2. Run command '....'
3. 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

```lua
-- 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:

1. Create a new directory for testing
2. Copy `tests/minimal-init.lua` from this repo to your test directory
3. Start Neovim with this minimal config:
   ```bash
   nvim --clean -u minimal-init.lua
   ```
4. Try to reproduce the issue with this minimal setup

---

Source: [Claudary](https://claudary.paisolsolutions.com/skills/bug-report-1) · https://claudary.paisolsolutions.com
