L3MON4D3
L3MON4D3
No, not really, but you can do ```lua ls.parser.parse_snipmate({ trig = "@a", condition = tex.math_mode }, "\\alpha"), ```
TBH, I don't think so. Writing the snippet-body in snipmate is very comfortable, and defining all the options to the snippets in lua is great because we don't need custom...
Oh, sorry for missing this until now :/ Mhmmm, I can't see anything obviously wrong with that, maybe `usePlaceholder` is in the wrong table? IIRC this is sometimes a bit...
Hi :) Could you insert `ls.log.set_loglevel("info")` before the call to `lazy_load`, open a new instance of neovim, and then call `:lua ls.log.open()`? There should be some information about lazy-loading, and...
I'm guessing neovims luajit is not installed system-wide, you'll have to figure out which package provides it, and install that package
You'll need `libluajit-5.1.so`, or something similar, could you look for that?
Ah, okay, then you'll have to modify the `-l` we use, manually call `make LUA_LDLIBS=-lluajit5.1-2 install_jsregexp` in luasnips directory
Ah, omit the `lib` in `-llibluajit5.1-2`, `-l` always prepends it when searching for the actual file Yeah, that looks like the correct directory :+1:
Oh, my bad, ofc Can you list the files provided by the `libluajit5.1-2`-package? I guess the .so-file is called something different
Nice👌👌