adjust to new blink

This commit is contained in:
Oliver Hartmann 2025-02-26 23:11:45 +01:00
parent fcc007ff75
commit 0c8520dd91

View File

@ -130,11 +130,14 @@ return {
show_on_x_blocked_trigger_characters = nil, -- Inherits from top level `completion.trigger.show_on_blocked_trigger_characters` config when not set
},
menu = {
auto_show = nil, -- Inherits from top level `completion.menu.auto_show` config when not set
draw = {
columns = { { 'label', 'label_description', gap = 1 } },
},
auto_show = true, -- Inherits from top level `completion.menu.auto_show` config when not set
}
},
keymap = {
['<down>'] = { 'select_next' },
['<up>'] = { 'select_prev' },
['<CR>'] = { 'accept', 'fallback' },
['<C-e>'] = { 'cancel' },
}
},