-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
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
expand request data #1227
Comments
Hi :)
Should these be generated after expanding a snippet, or should these be used to generate a bunch of snippets?
What is |
Sorry, this was my mistake |
There are two main issues,
|
Ah, okay: Regarding the request, you may want use something like luacurl since that would not require the separate bash+curl+jq, but you can try this first. If you can massage the data into a more concrete format I can give you some more tips on the choiceNode :) |
Hello everyone, I am a newcomer who has just started working with luasnip. I would like to use luasnip to complete the following functions
This is an open request address, request_test
I want to request data through Python code or curl to generate a list of titles. After return, I can select a title to complete it through nvim-cmp. I have reviewed the documentation and referenced other people's code, but I still don't know how to implement it
If possible, could you provide an example to help me understand how it was implemented
The text was updated successfully, but these errors were encountered: