fix(blink): remove snippet expand override (no longer needed). Closes #6044

This commit is contained in:
Folke Lemaitre
2025-10-19 12:45:07 +02:00
parent 762a34d5ad
commit 336e2c3ea6

View File

@@ -37,9 +37,7 @@ return {
---@type blink.cmp.Config ---@type blink.cmp.Config
opts = { opts = {
snippets = { snippets = {
expand = function(snippet, _) preset = "default",
return LazyVim.cmp.expand(snippet)
end,
}, },
appearance = { appearance = {