do not select first completion line by default

This commit is contained in:
Grigory Shipunov 2023-01-19 21:02:18 +01:00
parent e70592df1d
commit 6fb2ec1b35
Signed by: 0xa
GPG key ID: 91FA5E5BF9AA901C

View file

@ -21,7 +21,7 @@ return cmp.setup({
['<C-e>'] = cmp.mapping.abort(),
['<CR>'] = cmp.mapping.confirm({
behavior = cmp.ConfirmBehavior.Insert,
select = true,
select = false,
})
}),