Results 515 comments of L3MON4D3

Could you show `paru -Ql luajit`?

> Certainly, fellow pacman enjoyer: :D Ahh, you probably have `nix` installed, but not luajit with nix (100% unexpected), and then we pick the wrong version.. :( As an alternative,...

Hi, could some of you try (especially the mac-users) try if the jsregexp-install works correctly with #922? For this the previously generated files have to be removed, ie. ``` cd...

Ah srry, of course not everyone has that global set up. Use `require("luasnip")` instead of `ls`

Yes, thank you!

Could you try doing the last gcc-invocation again, but replace `-shared` with `-shared -Wl,-undefined,dynamic_lookup`

I think so :D You can verify by doing the test above

Sorry, @lcrownover, what kind of OS are you on? I'd assumed MacOS, but then you should be getting different `LDLIBS`. What does `uname -a` print on your machine?

It's working, I'm just a bit confused why you did not get the [flags](https://github.com/L3MON4D3/LuaSnip/blob/765129a6b8e66604b6ff4fb0a81db1c55647e28f/Makefile#L30-L36) we use for MacOS. `uname -a` looks correct though.. just `uname` is also `Darwin`, right?

You can set `history=false` and `region_check_events = {"CursorHold"}` (in `ls.setup({...})`), this way you will jump to the end of a snippet as soon as you leave it with the cursor...