fix: Fix blink.cmp after update
This commit is contained in:
parent
f96fce6ea1
commit
377d139fff
1 changed files with 3 additions and 2 deletions
|
@ -47,11 +47,12 @@ return {
|
|||
enabled = false,
|
||||
},
|
||||
list = {
|
||||
selection = 'manual',
|
||||
selection = { preselect = true, auto_insert = false },
|
||||
},
|
||||
},
|
||||
|
||||
snippets = {
|
||||
preset = 'luasnip',
|
||||
expand = function(snippet)
|
||||
require('luasnip').lsp_expand(snippet)
|
||||
end,
|
||||
|
@ -70,7 +71,7 @@ return {
|
|||
},
|
||||
|
||||
sources = {
|
||||
default = { 'lsp', 'path', 'snippets', 'buffer', 'luasnip' },
|
||||
default = { 'lsp', 'path', 'snippets', 'buffer' },
|
||||
},
|
||||
|
||||
keymap = {
|
||||
|
|
Loading…
Reference in a new issue