浏览代码

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