ncm2 / float-preview.nvim

Less annoying completion preview window based on neovim's floating window
MIT License
236 stars 3 forks source link

Ultisnip support #11

Open rjshrjndrn opened 4 years ago

rjshrjndrn commented 4 years ago

Hi, first of all thank you for this awesome plugin. Just a request, when I was using coc used to get apreview for ultisnips. Now I'm using deoplete, and for floating windows, float-preview is suggested. But ultisnips are not providing any snippets.

roxma commented 4 years ago

Hi,

This plugin applies to info field of completion item. You could try sending a PR to https://github.com/SirVer/ultisnips/blame/master/rplugin/python3/deoplete/sources/ultisnips.py to add the info field.

:help complete-items

// cc @Shougo

Shougo commented 4 years ago

I think the PR seems easy.