fix: update completion behaviour
This commit is contained in:
parent
a5d38f9ac4
commit
f11252f073
1 changed files with 4 additions and 1 deletions
|
@ -29,7 +29,10 @@ return {
|
|||
fallback()
|
||||
end
|
||||
end, { "i" }),
|
||||
["<CR>"] = cmp.mapping.confirm({ select = true })
|
||||
["<CR>"] = cmp.mapping.confirm({
|
||||
behaviour = cmp.ConfirmBehavior.Insert,
|
||||
select = true
|
||||
})
|
||||
}),
|
||||
|
||||
snippet = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue