do not select first completion line by default
This commit is contained in:
parent
e70592df1d
commit
6fb2ec1b35
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ return cmp.setup({
|
||||||
['<C-e>'] = cmp.mapping.abort(),
|
['<C-e>'] = cmp.mapping.abort(),
|
||||||
['<CR>'] = cmp.mapping.confirm({
|
['<CR>'] = cmp.mapping.confirm({
|
||||||
behavior = cmp.ConfirmBehavior.Insert,
|
behavior = cmp.ConfirmBehavior.Insert,
|
||||||
select = true,
|
select = false,
|
||||||
})
|
})
|
||||||
}),
|
}),
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue