fix(completion): update blink completion.list to new version

This commit is contained in:
2025-01-08 16:41:50 +01:00
parent a0964c5f70
commit ee05786bae

View File

@@ -51,8 +51,6 @@ return {
}, },
sources = { sources = {
default = { "lsp", "path", "buffer" }, default = { "lsp", "path", "buffer" },
-- optionally disable cmdline completions
-- cmdline = {},
}, },
completion = { completion = {
menu = { menu = {
@@ -84,7 +82,10 @@ return {
}, },
}, },
list = { list = {
selection = "manual", selection = {
preselect = true,
auto_insert = false,
},
}, },
ghost_text = { ghost_text = {
enabled = false, enabled = false,