diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index 68a0609..062f96f 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -83,7 +83,7 @@ return { documentation = cmp.config.window.bordered(), }, experimental = { - ghost_text = true, + ghost_text = false, native_menu = false, }, }