fix: preserve host treesitter assets in repros #225
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!225
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/preserve-ts-runtime-assets"
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?
This updates the issue-template repro and local minimal-init helper to preserve the original Neovim data-site runtime after redirecting XDG paths. Under Neovim 0.12 that keeps user-installed parser and query assets available on runtimepath, so language-specific diff highlighting can still be reproduced without loading the rest of the user's config.
I verified the change against the Elixir fugitive case from #221: with the preserved host data-site runtime, the clean repro resolves , , and applies Treesitter highlight extmarks again.