dont preselect in cmp
This commit is contained in:
parent
32be5a0ce6
commit
cf54f4bd90
@ -31,6 +31,7 @@ return {
|
||||
end
|
||||
|
||||
cmp.setup({
|
||||
preselect = cmp.PreselectMode.None,
|
||||
mapping = {
|
||||
['<Up>'] = cmp.mapping(cmp.mapping.select_prev_item(), { 'i', 'c', 's' }),
|
||||
['<Down>'] = cmp.mapping(cmp.mapping.select_next_item(), { 'i', 'c', 's' }),
|
||||
|
Loading…
x
Reference in New Issue
Block a user