mirror of
https://github.com/nix-community/nixvim.git
synced 2025-08-05 18:45:22 +02:00
29 lines
778 B
Markdown
29 lines
778 B
Markdown
---
|
|
name: Bug Report
|
|
about: Report a bug to help us improve
|
|
title: '[BUG] <BUG>'
|
|
labels: bug
|
|
assignees: ''
|
|
---
|
|
|
|
| Field | Description |
|
|
|--------------|-------------|
|
|
| Plugin | `<PLUGIN>` | <!-- [REQUIRED] affected NixVim plugin(s) -->
|
|
| Nixpkgs | `<VERSION>` | <!-- [REQUIRED] `unstable` or specific version -->
|
|
| Home Manager | `<VERSION>` | <!-- [OPTIONAL] `unstable` or specific version -->
|
|
|
|
<!-- IMPORTANT -->
|
|
- [ ] I have read the [FAQ](https://nix-community.github.io/nixvim/user-guide/faq.html) and my bug is not listed there.
|
|
|
|
## Description
|
|
|
|
<!-- See https://stackoverflow.com/questions/29416909 -->
|
|
|
|
## Minimal, Reproducible Example (MRE)
|
|
|
|
<!-- See https://stackoverflow.com/help/minimal-reproducible-example -->
|
|
|
|
```nix
|
|
programs.nixvim = {
|
|
}
|
|
```
|