mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-21 20:11:06 +00:00
fix(blink): remove snippet expand override (no longer needed). Closes #6044
This commit is contained in:
parent
762a34d5ad
commit
336e2c3ea6
1 changed files with 1 additions and 3 deletions
|
|
@ -37,9 +37,7 @@ return {
|
|||
---@type blink.cmp.Config
|
||||
opts = {
|
||||
snippets = {
|
||||
expand = function(snippet, _)
|
||||
return LazyVim.cmp.expand(snippet)
|
||||
end,
|
||||
preset = "default",
|
||||
},
|
||||
|
||||
appearance = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue