fix luasnip + blink snippet expand

This commit is contained in:
Jackie Li 2025-05-07 16:17:03 +01:00
parent ec5981dfb1
commit c492dc69b7
No known key found for this signature in database
GPG key ID: 9D44BB781C299FEF

View file

@ -72,6 +72,9 @@ return {
opts = { opts = {
snippets = { snippets = {
preset = "luasnip", preset = "luasnip",
expand = function(snippet)
return require("luasnip").lsp_expand(snippet)
end,
}, },
}, },
}, },