fixup! nvim-cmp: cleanup, lazyload, add source for "/" "?" ":"
This commit is contained in:
parent
42ca06cd90
commit
806098a0a5
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ return {
|
||||||
fallback()
|
fallback()
|
||||||
end
|
end
|
||||||
end, { "i", "s" }),
|
end, { "i", "s" }),
|
||||||
|
|
||||||
|
['<CR>'] = cmp.mapping.confirm(),
|
||||||
},
|
},
|
||||||
|
|
||||||
-- snippet engine
|
-- snippet engine
|
||||||
|
|
Loading…
Reference in a new issue