소스 검색

fix: don't use the cmp floating window (#1715)

Abouzar Parvan 3 년 전
부모
커밋
85e7b7804a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      lua/core/cmp.lua

+ 4 - 0
lua/core/cmp.lua

@@ -34,6 +34,10 @@ M.config = function()
       behavior = cmp.ConfirmBehavior.Replace,
       select = true,
     },
+    experimental = {
+      ghost_text = false,
+      native_menu = true,
+    },
     formatting = {
       kind_icons = {
         Class = " ",