You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason it seems to skip the choice node at <value> and jump straight for the <more> after it.
Changing the fmta in the choice node to simple text nodes work but I want to have the var name repeated..
I'm honestly not sure why it breaks, it doesn't look too complex compared to other snippets I have 👀
Tested on 2.5.0 (but I've found it on latest commit 0abc8f3, merged into my types branch)
Hello @L3MON4D3 😃
It's been a while! Hope you're doing well 😉
I'm trying to make a snippet that expands to
"var:", vim.inspect(var)but can also do"var:", varon-demand with a choice node.Screencast_20260614_202720.mp4
For some reason it seems to skip the choice node at
<value>and jump straight for the<more>after it.Changing the
fmtain the choice node to simple text nodes work but I want to have the var name repeated..I'm honestly not sure why it breaks, it doesn't look too complex compared to other snippets I have 👀
Tested on 2.5.0 (but I've found it on latest commit 0abc8f3, merged into my types branch)