Replies: 1 comment 1 reply
-
|
It looks like this comes from this snippet. It indeed uses tabstop transformations (which is not even in LSP specification), which are not (hopefully yet) supported in 'mini.snippets'. So couple of issues to address here:
Does this answer your question? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Contributing guidelines
Module(s)
mini.snippets
Question
I've been using mini.snippets for a while and I love it. The only issue I'm having is with variable transformations.
I've read the docs so I know it's not easy to implement them.
My issue is that whenever I type the "begin" snippet from latex it expands like so
It's supposed to make a variable transform of the "env" in the middle to "\item" if the word is itemize or enumerate, the problem is it doesn't do anything so I end up with some text that I have to delete before I can write the actual content of the document.
What alternatives or solutions could there be for this? I tried going back to luasnip to test it out but mini.snippets really spoiled me hahah
Edit: I didn't know how to format the latex codeblock!
Beta Was this translation helpful? Give feedback.
All reactions