From ee5367bef6cf9ff5c0751e5efddd7b9876699cda Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Sun, 14 Apr 2024 15:58:17 +0200 Subject: [PATCH] fix(cmp): disable ghost text --- lua/plugins/cmp.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/plugins/cmp.lua b/lua/plugins/cmp.lua index 2d0fc1d..701981f 100644 --- a/lua/plugins/cmp.lua +++ b/lua/plugins/cmp.lua @@ -52,7 +52,6 @@ local function setup() return vim_item end, }, - experimental = { ghost_text = true, }, mapping = { [""] = cmp.mapping.select_prev_item({ behavior = cmp.SelectBehavior.Select,