Parcourir la source

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

Abouzar Parvan il y a 3 ans
Parent
commit
85e7b7804a
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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 = " ",