mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-22 04:21:08 +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
|
---@type blink.cmp.Config
|
||||||
opts = {
|
opts = {
|
||||||
snippets = {
|
snippets = {
|
||||||
expand = function(snippet, _)
|
preset = "default",
|
||||||
return LazyVim.cmp.expand(snippet)
|
|
||||||
end,
|
|
||||||
},
|
},
|
||||||
|
|
||||||
appearance = {
|
appearance = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue