Results 523 comments of L3MON4D3

Could you post the generated snippets? Running the install-function from that repo results in an empty table for me.

Could you use the other branch and call `print(vim.inspect(luasnip.available()))` (prints the same as `:LuaSnipListAvailable`) after the `load`?

Weird.. Could you post a minimal config that reproduces the issue?

I cannot reproduce the issue, the `stw`-snippet loads correctly for me :/ Please try creating a file that, if sourced via `nvim -u somefile`, reproduces the issue (the snippet-directory can...

Oookay, `parse_snippet` now has the same default-behaviour as `fmt`, eg. dedent and trim_emtpy set, but this is explicitly disable for snippets coming from `ls.lsp_expand`, which is the only function we've...

What??? Does this happen with all snippets?

Okay, could you post the snippet? Also, try running `:LuaSnipUnlinkCurrent` before deleting and see if that fixes your issue

```json "for statement": { "prefix": "for", "body": "for ${1:i} := ${2:0}; $1 < ${3:count}; $1${4:++} {\n\t$0\n}", "description": "Snippet for a for loop" }, ``` If it's this one, it works...

Oh, I only tried with `updateevents=TextChangedI`, I'll check again with your exact settings.

Okay I tried with your settings, but I cannot reproduce it :/ Could you disable other plugins until it works with your original config?