fixup! nvim-cmp: cleanup, lazyload, add source for "/" "?" ":"

This commit is contained in:
Guanran Wang 2024-02-24 14:31:50 +08:00
parent 42ca06cd90
commit 806098a0a5
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

@ -51,6 +51,8 @@ return {
fallback() fallback()
end end
end, { "i", "s" }), end, { "i", "s" }),
['<CR>'] = cmp.mapping.confirm(),
}, },
-- snippet engine -- snippet engine