소스 검색

fix: cmp behaves closer to how most people expect

Christian Chiarulli 2 년 전
부모
커밋
02e8ad7f72
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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 = ":",