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,
|
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 = {
|
||||||
|
|
Loading…
Reference in a new issue