fix: cmp will behave closer to how people expect

This commit is contained in:
Christian Chiarulli 2022-11-10 09:06:55 -05:00
parent 5e051afbb1
commit 73d225fffb

View file

@ -331,15 +331,11 @@ M.config = function()
return -- success, exit early
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 = ":",