L3MON4D3
L3MON4D3
Mhh, no, not easily.. We have all functionality for doing this, it's just a matter of plugging everything together correctly :D What's your goal? Just so I can get an...
Does #258 work for you? I think it implements exactly the DIY-approach you mentioned, and handles mode-changes due to jumping around
Nice👍 Adding it to the doc.. we don't have a section on jumping around, and tweaks for that so far, but it might be nice to add something like it....
An alternative version, courtesy of @bekaboo, which further takes into account the cursor-position can be found [here](https://github.com/L3MON4D3/LuaSnip/issues/747#issuecomment-1406946217)
Possibly, but I don't really see the point, the command will still modify the extmarks (if that's what you want to avoid) :/ Maybe just check the mode before performing...
Hi :) Those luasnip-settings seem fine, could you try to find a MWE? I haven't encountered those errors in a long time
(also, what version of luasnip are you on? These line-numbers don't match current master at least)
Ah, okay :+1: What does confuse me a bit is that the error originates from the `region_check_events`-setting, but it should not be enabled based on your config.. could you double-check...
Ah, `ls.config.setup` is the same as `ls.setup`, but I'd suggest you only use `ls.setup`, that's more well-known :) Alright, this explains where that call came from :D I'll look into...
> It frequently returns mark_info with nil values that causes a lot of failures - elsewhere as it is called from a bunch of places IIRC this can happen when...