dcampos / cmp-snippy

nvim-snippy completion source for nvim-cmp.
51 stars 2 forks source link

No preview? #1

Closed ray-x closed 3 years ago

ray-x commented 3 years ago

Seems there is no preview for the snippet. Is it caused by completion_item.documentation missing?

dcampos commented 3 years ago

Exactly, completion_item.documentation was missing. I've added basic support for previewing snippets. It's also necessary to update nvim-snippy. Please let me know if something still doesn't work.