ncm2 / ncm2-ultisnips

44 stars 3 forks source link

List normal snippets as well #3

Closed languitar closed 6 years ago

languitar commented 6 years ago

Would be nice if this plugin could also act as a normal source to ncm2 for listing available snippets (not the ones from the language server).

roxma commented 6 years ago

It does.,

But with current impl, it only list the snippets after 3 charaters is typed. You could override it.

languitar commented 6 years ago

Then this doesn't work here. For instance, in python I have a snippet with trigger class. I don't get any completion for this, even after typing cla or clas.

clason commented 6 years ago

I do get autocomplete of snippets; the only thing I'm missing is the description of the snippets:

ncm2 (ncm2)

deoplete (deoplete)

languitar commented 6 years ago

2018-07-12t13 20 54 02 00

This is what I get. Nothing from ultisnips. What can I do to provide debugging information?

clason commented 6 years ago

Wow, that was fast! Works like a charm, thank you!

languitar commented 6 years ago

Thanks, now it works :)