From 73d225fffb684379ada36cc34479edbc697bea36 Mon Sep 17 00:00:00 2001 From: Christian Chiarulli Date: Thu, 10 Nov 2022 09:06:55 -0500 Subject: fix: cmp will behave closer to how people expect --- lua/lvim/core/cmp.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'lua/lvim/core') diff --git a/lua/lvim/core/cmp.lua b/lua/lvim/core/cmp.lua index 58d427cb..f353bbe9 100644 --- a/lua/lvim/core/cmp.lua +++ b/lua/lvim/core/cmp.lua @@ -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 = ":", -- cgit v1.2.3