L3MON4D3
L3MON4D3
Seems to be a similar issue, indeed.. it also fails because an extmark we "validated" is suddenly invalid. Does it always trigger on expand for you? Does it happen if...
No good idea, sorry :/ I'd mostly suspect plugins that somehow modify the buffer, maybe try disabling those first
Hi :) > Snippet only seems to work when the snippet is included on a file named after the language e.g. "custom/snippets/javascript.lua" Jup, that is as it should be, the...
Hey :) IIRC I implemented this because there were some issues with the `$0`-node in luasnip, in that it couldn't actually contain text. Since then there have been quite a...
I've also had this issue, and for me explicitly extending `Lua.workspace.library` with one of the `meta`-directories worked, ie. ```lua nvim_lsp.lua_ls.setup { settings = { Lua = { workspace = {...
Ah, yes you're right :+1: `cmd = {sumneko_binary, "--logpath", "/home/simon/.cache/lua-language-server/", "--metapath", "/home/simon/.cache/lua-language-server/meta/"}` works perfectly, thank you!
Oh, I'm also running them on arch, they should work as-is. Could you outline why this works? Does it work if only a single character is inserted?
Oh and a big thank you already for taking a look, awesome! :)
Thanks for the clarification👍 Seems like an okay solution, it's a bit involved, and doesn't work for all cases (if the first action is such a paste, luasnip_changedtick would be...
Thank you for taking a look at ultisnips, in that case this seems to be the best way to do it > I've fixed the test that I broke and...