disable cmp ghost text

This commit is contained in:
Dietrich Rink
2023-06-10 14:43:41 +02:00
parent e68a50f0ff
commit 08945b405c

View File

@@ -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')