I want to integrate xptemplate into nvim-cmp. However, I cannot figure out how to get a list of possible snippets given an input.
For example: I have typed "i" without double quotes. How can I get all snippets that start with i?
I know about the <c->. However, I want to get the list calling a function.
Thanks