From 08945b405c09f1856f51b5bb221ed8ccf826e937 Mon Sep 17 00:00:00 2001 From: Dietrich Rink Date: Sat, 10 Jun 2023 14:43:41 +0200 Subject: [PATCH] disable cmp ghost text --- basic/nvim/plugconf/cmp.lua | 3 --- 1 file changed, 3 deletions(-) diff --git a/basic/nvim/plugconf/cmp.lua b/basic/nvim/plugconf/cmp.lua index 32ffbe5..381ac62 100644 --- a/basic/nvim/plugconf/cmp.lua +++ b/basic/nvim/plugconf/cmp.lua @@ -71,9 +71,6 @@ cmp.setup { completion = { keyword_length = 3 }, - experimental = { - ghost_text = true, - }, -- Disable in comments enabled = function() return not context.in_syntax_group('Comment')