From 85e7b7804a2c9d6847ff978c82bb3a3ac16d757f Mon Sep 17 00:00:00 2001 From: Abouzar Parvan Date: Fri, 8 Oct 2021 22:24:55 +0330 Subject: fix: don't use the cmp floating window (#1715) --- lua/core/cmp.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lua/core') diff --git a/lua/core/cmp.lua b/lua/core/cmp.lua index 965285c7..b058bd6a 100644 --- a/lua/core/cmp.lua +++ b/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 = " ", -- cgit v1.2.3