mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-03-10 09:27:25 +00:00
fix(blink): remove snippet expand override (no longer needed). Closes #6044
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user