fix: Fix blink.cmp after update

This commit is contained in:
punkfairie 2025-01-13 18:19:56 -08:00
parent f96fce6ea1
commit 377d139fff
No known key found for this signature in database
GPG key ID: B3C5488E9A1A7CA6

View file

@ -47,11 +47,12 @@ return {
enabled = false, enabled = false,
}, },
list = { list = {
selection = 'manual', selection = { preselect = true, auto_insert = false },
}, },
}, },
snippets = { snippets = {
preset = 'luasnip',
expand = function(snippet) expand = function(snippet)
require('luasnip').lsp_expand(snippet) require('luasnip').lsp_expand(snippet)
end, end,
@ -70,7 +71,7 @@ return {
}, },
sources = { sources = {
default = { 'lsp', 'path', 'snippets', 'buffer', 'luasnip' }, default = { 'lsp', 'path', 'snippets', 'buffer' },
}, },
keymap = { keymap = {