quangnguyen30192 / cmp-nvim-ultisnips

nvim-cmp source for ultisnips
Apache License 2.0
145 stars 19 forks source link

Expand Snippet function verbose when I press <Tab> #40

Closed carloskiki closed 2 years ago

carloskiki commented 2 years ago

Hi, I've seen that a few hours ago a fix was supposed to make ultisnip functions silent when pressing tab but I still see =UltiSnips#ExpandSnippet() when I use tab in insert mode to add space.

smjonas commented 2 years ago

Hey, I am working on this here: #42

smjonas commented 2 years ago

Could you update your config with the recommended mappings in the readme? I have created a separate module for this so users won't have to update their config manually.