Explorar o código

fix: cmp behaves closer to how most people expect

Christian Chiarulli %!s(int64=2) %!d(string=hai) anos
pai
achega
02e8ad7f72
Modificáronse 1 ficheiros con 1 adicións e 4 borrados
  1. 1 4
      lua/lvim/core/cmp.lua

+ 1 - 4
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 = ":",