From 02e8ad7f72a00e2f0cbc0554f48f0062c5a20a00 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Thu, 10 Nov 2022 09:13:33 -0500 Subject: [PATCH] fix: cmp behaves closer to how most people expect --- lua/lvim/core/cmp.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lua/lvim/core/cmp.lua b/lua/lvim/core/cmp.lua index 58d427cb..6b8a5583 100644 --- a/lua/lvim/core/cmp.lua +++ b/lua/lvim/core/cmp.lua @@ -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 = ":",