소스 검색

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