L3MON4D3
L3MON4D3
Ah alright, `exit_out_of_region` (which is called by `region_check_events`) misbehaves if `history` is false, it will re-enable the snippet (which is a bug, I'll look into fixing it) :/ For now,...
It's possible that jsregexp is installed for the wrong lua-version, could you check your `:version`, especially which lua-version it references? For me, for example it's `LuaJIT`. I'm sure the lua-version...
Hi :) you can manually adjust the priority of a snipmate-snippet by providing the `priority`-keyword on the line above the definition, so ```snipmate priority 1000 snippet % {% ${1} %}...
Mhmmm, I'd have interpreted this as a clear ambiguity, so expanding either of these is equally correct.. Which snippet-engine were you using before that had your expected behaviour? Is there...
Oh, no worries :) If you could check how snipmate behaves, that would be great, I don't think it's a pressing issue (as we have a good workaround), so take...
Ahh, the two lines are one snippet, and the part in `package.loaded` is a copy of the require'd string below? I assume `nvim-cmp` inserting text does not trigger either of...
True.. Maye it triggers/should trigger TextChangedP? Sounds a bit more appropriate, even though cmp's menu is not necessarily the popup menu
Oooh, okay, that sounds more like extmarks getting messed up due to some interaction with cmp, and the snippet not updating due to that.. What's your cmp-config? Are you using...
Aw man, I don't think I can help much here :/ A few troubleshooting ideas: * put the function-definition into the snippet-file to rule out something going wrong with importing...
Oho, great idea! Do you know if there's some linux-tool for this too? Something to potentially call from the Makefile, so we have quicker feedback? (although, for spellchecking that doesn't...