feat: Update nvim-cmp and nvim spell

This commit is contained in:
2024-11-22 09:06:16 -05:00
parent 4b39a3eb95
commit 241c43767c
3 changed files with 3 additions and 1 deletions

View File

@@ -43,7 +43,8 @@ return {
if luasnip.expandable() then
luasnip.expand()
else
cmp.confirm({ behavior = cmp.ConfirmBehavior.Insert, select = true })
cmp.mapping.confirm({ select = false })
fallback()
end
else
fallback()