adjust to new blink
This commit is contained in:
parent
fcc007ff75
commit
0c8520dd91
@ -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' },
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user