fix: update completion behaviour

This commit is contained in:
Devin Haska 2025-05-27 11:54:47 -07:00
parent 23c8e0ed95
commit 32dd03a493

View file

@ -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 = {