ncm2 / ncm2-ultisnips

44 stars 3 forks source link

Show all UltiSnips completion #7

Closed filipekiss closed 5 years ago

filipekiss commented 6 years ago

With NCM I could trigger cm_refresh to show available completions at current cursor position and all available snippets would be listed.

Is this possible with NCM2?

Thanks!

roxma commented 6 years ago

Not possible with current version.

roxma commented 5 years ago

inoremap <your-key> <c-r>=ncm2#force_trigger('ultisnips')<cr>

filipekiss commented 5 years ago

Thanks @roxma!