The behavior when Triggers contain non-alphabetical characters #1368
Unanswered
gaoqiangks
asked this question in
Q&A
Replies: 0 comments
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.
-
I have a vscode type snippet file
a.json
as the following.How to make
*test
trigger the second snippet? If I type*test
, then the first snippet might be triggered, namely,*test
->*This is test
. Sometimes the first one is triggered, and sometimes the second one is trigger (The behavior is consistent in a session, but not if I restart neovim). However, I want to always trigger the second snippet, how to achieve this?Beta Was this translation helpful? Give feedback.
All reactions