Results 523 comments of L3MON4D3

Could you share some examples? Everything's working on my end. It's possible there are some issues with `cmp_luasnip`, but manual should work

It can be fixed, `cmp_luasnip` has to detect that `trigEngine`==`"pattern"`. But for now, I think it would be easiest to stick to `regTrig=true` if you want to use `cmp` for...

Mhh, the first part of you problem-description sounds like you're just missing the SELECT-keybinding (set via `smap` or `vim.keymap.set({"s", ...}, ...)`). What you observedafter that, with the `current_nodes` being set...

Ah, I thought you might have used the ``-mapping since that was mapped to `ls.expand_or_jump` as opposed to just `ls.expand` Could you enable logging via `ls.log.set_loglevel("info")`, produce the issue, and...

`override_builtin` doesn't mean anything to me, am I missing something? :sweat_smile: (I'm assuming I am, please educate me :D)

Ahh I see.. Yeah that seems like a good idea, quickly swap out snippet engines, and hooking `vim.*`-functions is very well-known. I like it :) I'd like to mention that...

Hi! :) Usually you should be able to jump out of the first snippet as well... at least this is working on my end. What version of luasnip are you...

Hey, that's pretty cool, thank you! (the failing tests are unrelated to these changes ;) )

Ay, thanks for the suggestions, good points :+1: I'll amend them :) See 79cc25c3

Ah, it's possible that this is due to #898, and subsequent changes in #974. If I remove [these](https://github.com/L3MON4D3/LuaSnip/blob/a57babc55ec135efc188d5f332317cad99681137/lua/luasnip/extras/postfix.lua#L14-L16) lines, the snippet behaves as it should (AFAICT) I think the proper...