fix: preserve host treesitter assets in repros #225

Merged
barrettruth merged 1 commit from fix/preserve-ts-runtime-assets into main 2026-04-30 20:02:32 +00:00
barrettruth commented 2026-04-30 20:01:43 +00:00

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.

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.
Sign in to join this conversation.
No description provided.