fix: cmp behaves closer to how most people expect

This commit is contained in:
Christian Chiarulli 2022-11-10 09:13:33 -05:00 committed by GitHub
parent c00c667a41
commit 02e8ad7f72
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -332,14 +332,11 @@ M.config = function()
end
end
if jumpable(1) and luasnip.jump(1) then
return -- success, exit early
end
fallback() -- if not exited early, always fallback
end),
},
cmdline = {
enable = true,
enable = false,
options = {
{
type = ":",