We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using doom-snippets-expand to chain snippets
doom-snippets-expand
# -*- mode: snippet -*- # name: imp # key: imp # uuid: imp # condition: t # -- import `(doom-snippets-expand :uuid "libs")`
# -*- mode: snippet -*- # name: libs # key: libs # uuid: libs # condition: t # -- ${1:$$(yas-choose-value '("numpy" "scipy" "matplotlib" "pandas"))}
An extra YY is added before the expansion, so if I select e.g scipy, I get: import YYscipy
YY
import YYscipy
I don't know if this issue is related to the reference to the insertion of an extraneous Y in https://emacs.stackexchange.com/questions/24060/yasnippet-truncates-clipboard-contents
Y
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When using
doom-snippets-expand
to chain snippetsAn extra
YY
is added before the expansion, so if I select e.g scipy, I get:import YYscipy
I don't know if this issue is related to the reference to the insertion of an extraneous
Y
in https://emacs.stackexchange.com/questions/24060/yasnippet-truncates-clipboard-contentsThe text was updated successfully, but these errors were encountered: