浏览代码

fix: cmp will behave closer to how people expect

Christian Chiarulli 2 年之前
父节点
当前提交
73d225fffb
共有 1 个文件被更改,包括 1 次插入5 次删除
  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 = ":",