fix: update completion behaviour

This commit is contained in:
Devin Lumley 2024-01-04 20:00:56 -08:00
parent a5d38f9ac4
commit f11252f073

View file

@ -29,7 +29,10 @@ return {
fallback() fallback()
end end
end, { "i" }), end, { "i" }),
["<CR>"] = cmp.mapping.confirm({ select = true }) ["<CR>"] = cmp.mapping.confirm({
behaviour = cmp.ConfirmBehavior.Insert,
select = true
})
}), }),
snippet = { snippet = {