Explorar o código

fix: cmp will behave closer to how people expect

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

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