Replies: 1 comment 1 reply
-
I realized that it's one of my plugins responsible for a custom input prompt that messes up the input. Just haven't tracked down which one, since apparently more than one plugins that I'm using is providing new UIs for input prompts. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
I find this plugin tremendously interesting, which is why I'm frustrated that I'm not able to resolve this issue I have with requests including prompt variables.
The problem I'm experiencing is that I'm running in to this issue when trying to

Rest run
any.http
file that includes prompt variables.I'm currently using the example from
/spec/examples
.The issue does not reproduce when I run the minimal
repro.lua
config for lazy.nvim.I'm running Neovim
v.0.10.2
and therefore I'm not suspecting any compatibility issue with the core treesitter library in Neovim and the plugin.So what remains? Configuration differences between the
repro.lua
config and my actual config.Below you can see the

repro.lua
state on the left; my actual config on the rightAnd for what it's worth, below is the state of the

nvim-treesitter
plugin in both configurations.I can also note that
:InspectTree
seems to yield the exact same syntax tree from the sameprompt-example.http
in both cases.Any ideas on what I could try next?
I'm grudging the task of incrementally adding every single one of my plugins to the
repro.lua
config to identify some interferring plugin, but perhaps that is what is necessary...Beta Was this translation helpful? Give feedback.
All reactions