docs(issue-template): make the repro self-contained #222
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/diffs.nvim!222
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/issue-221-repro"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
The bug report template's minimal reproduction fails before
diffs.nvimloads because it bootstrapslazy.nvimand then requireslazy.nviminstead oflazy. It also ties the repro to lazy.nvim even on Neovim versions that already havevim.pack.Solution
Replace the template with a self-contained repro that runs under
nvim --clean -u repro.lua, isolates its state under.repro, usesvim.packwhen it is available, and falls back to cloning plugins into the repro pack directory and runtimepath on older Neovim versions. The existing integration set stays enabled, but the repro no longer depends on lazy.nvim.